blazex
passerine
blazex | passerine | |
---|---|---|
3 | 10 | |
48 | 1,040 | |
- | -0.1% | |
2.4 | 2.6 | |
6 months ago | 26 days ago | |
Rust | Rust | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
blazex
-
What was the Rust project in your portfolio that got you hired as a Rust developer?
I didn't get hired but https://github.com/BlazifyOrg/blazex
-
Blazescript
I'm looking for collaborators who have good knowledge in C/C++/Rust and decent knowledge on how bytecode compilers and VMs work. The Github of the Project. Contact Us
-
Blazescript - A simple Scripting
So I've been developing a interpreted language in rust, it has many awesome features such as Classes, Functions, Objects, etc which is necessary for current day coding. So if anyone's interested you could contribute to it at https://github.com/BlazifyOrg/blazescript and currently we have a bug so if anyone could make a pull request or comment on it would be greatly appreciated. Once this bug is fixed we'll start working on a stdlib :)))
passerine
- Passerine: A small functional scripting language with macros, powered by Rust
-
The absurd complexity of server-side rendering
It's still a long way from being complete, but I'm working on something like that[0]. Eventual plans are to have good Rust library interop (e.g. bindings to hyper for http) while also being able to compile to Wasm (to run on an erlang-style distributed runtime / the browser). The language is currently interpreted, but one I get typechecking working, I should be able to merge in the Wasm codegen backend I'm working on (with eventual plans for LLVM). Current compiler has zero external dependencies.
Language itself could be described as a mix of OCaml, Scheme, and Lua. Currently working on the hygienic procedural macro system and system injection through algebraic effects.
[0]: https://github.com/vrtbl/passerine
-
I wrote a Cozy Programming language
Passerine was the next language i decided to try to fit onto paka, but alas this one too was eventually put aside for the time being.
-
Scripting Languages of the Future
Tossing my hat in for Passerine [1]. Gorgeous ML inspired syntax. Built for scripting Rust applications.
Dreaming here: Lua is a fantastic scripting language, but the Rust FFI isn’t as ergonomic as it could be. Enter Luster [2], which is basically LuaJIT rewritten in Rust.
Embedding a scripting language in a Rust application gives you tons of power (e.g. scripting Rust structs from Lua [3]), and setting this up isn’t terribly difficult.
[1] https://github.com/vrtbl/passerine
[2]: https://github.com/kyren/luster
[3]: https://git.sr.ht/~ioiojo/kiwi
- GitHub - vrtbl/passerine: A small extensible programming language designed for concise expression with little code.
-
Extensible syntax?
Seed7 and https://github.com/vrtbl/passerine (and seemingly more as others have suggested) have direct / first-class support of syntax declaration/definition in a homoiconic way, as powerful as LISPs, but feels more "natural" compared to a LISP.
-
Achieving nullable ergonomics with a real optional type without special compiler privileges.
It used to work pretty well only if the core PL makes semicolons programmable, but given the development of effect systems, plus customizable syntax as in https://github.com/ThomasMertes/seed7 and https://github.com/vrtbl/passerine , I'd say, there are much more we can do about it.
-
Passerine: An extensible and expressive new programming language
git clone https://github.com/vrtbl/passerine
- Passerine — extensible functional scripting langauge — 0.9.0 Released!
What are some alternatives?
ante - A safe, easy systems language
dapr - Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
Ruma - A set of Rust crates for interacting with the Matrix chat network.
dmd - dmd D Programming Language compiler
ctru-rs - Rust wrapper for libctru
langs-in-rust - A list of programming languages implemented in Rust, for inspiration.
pdf - Rust library to read, manipulate and write PDF files.
xvm - Ecstasy and XVM
mollusc - Pure-Rust libraries for parsing, interpreting, and analyzing LLVM
rust-bitfield - This crate provides macros to generate bitfield-like struct.
automodera - A Publish-Subscribe Network for Distributing Perceptual Hashes of Images, written in Java and Rust.
piccolo - An experimental stackless Lua VM implemented in pure Rust