Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Boa Alternatives
Similar projects and alternatives to boa
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
RSLint
A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate [Moved to: https://github.com/rslint/rslint] (by RDambrosio016)
-
tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
-
-
-
-
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
-
czkawka
Multi functional app to find duplicates, empty folders, similar images etc.
-
rust-raspberrypi-OS-tutorials
:books: Learn to write an embedded OS in Rust :crab:
-
-
cloudformation-guard
Guard offers a policy-as-code domain-specific language (DSL) to write rules and validate JSON- and YAML-formatted data such as CloudFormation Templates, K8s configurations, and Terraform JSON plans/configurations against those rules. Take this survey to provide feedback about cfn-guard: https://amazonmr.au1.qualtrics.com/jfe/form/SV_bpyzpfoYGGuuUl0
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
boa reviews and mentions
-
Boa JavaScript Engine v0.17 released
For example, we have implemented Hidden Classes (what we call Shapes) and constant folding. We are also looking into NaN boxing, Inline Caching, and a control flow graph construction, to implement optimisations such as dead-code elimination.
Yeah, pretty much. I'm not sure if we're gonna need to implement Static Shapes first but at least we need to make it possible to separate codeblocks from contexts for this to be feasible.
-
Official /r/rust "Who's Hiring" thread for job-seekers and job-offerers [Rust 1.67]
Hi, I'm looking for full time work and I'm interested in roles related to compilers, developer tools and systems. I'm a college senior(graduating on May, 2023) and have been working as an [IOS Developer](https://www.cyengagement.org/) for the past two years. At University, I took a compilers class where I learnt to use LLVM and MLIR to compile programs to various architectures. In Oct. 2022, I was selected to attend the [Programming Language Implementation Summer School](https://pliss.org/2022/) where I got to learn about compiler implementation and language tools from leading researchers around the world. Recently, I have been contributing to [Boa](https://github.com/boa-dev/boa), an embeddable Javascript engine written in Rust, by fixing issues and implementing features to improve conformance with ECMAScript specification. Aside from working on compilers, I have volunteered at conferences like ICFP'21 and PLDI'22 to familiarize myself with latest research in the field of compilers. You can find more information about me and my work in my [blog](https://veera.app) and Github [profile](https://github.com/veera-sivarajan). Thank you for your time and consideration.
-
Really it have to be some kind of virus that spreads sneakly
I have great news
-
Dune: A new JavaScript and TypeScript runtime built in Rust
I would be curious how much effort it would be to swap boa for V8 to have an all Rust runtime :) If it's not meant to be a production-ready project anyways.
-
Implementing a safe garbage collector in Rust
Although you probably could use it for something else, Boa[1] is a good demonstration of this (it uses the GC crate, but the same principle probably applies).
-
A python interpreter written in Rust?
Deno uses the V8 JavaScript engine, which is written in C/C++. There is a Rust JavaScript engine called Boa though.
-
Boa release v0.14: A JavaScript engine written in Rust
One of the big changes in this release was to port the whole execution of JavaScript to 2 steps, a compiler and a VM. You can find more information about the VM here: https://github.com/boa-dev/boa/blob/main/docs/vm.md
-
Rust Is the Future of JavaScript Infrastructure
Author here. A few other Rust projects to note that I didn't mention in the original post I've since found:
- Boa (JS engine in Rust) – https://github.com/boa-dev/boa
- RSLint (JS/TS linter in Rust) – https://github.com/rslint/rslint
- Node version manager in Rust – https://github.com/Schniz/fnm
If you know of any other popular ones, let me know. I'm keeping a list :)
-
Boa release v0.13
We did! We have an issue related to that, but right now we are focusing on having a 100% compliant engine :)
-
A note from our sponsor - InfluxDB
www.influxdata.com | 5 Dec 2023
Stats
boa-dev/boa is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of boa is Rust.