A toy TinyBASIC to Rust transpiler (BAS-to-RS). Contribute to jonasdn/bastors development by creating an account on GitHub. (more…)
Read more »
Pure Rust implementation of a minimal Generative Pretrained Transformer - GitHub - keyvank/femtoGPT: Pure Rust implementation of a minimal Generative Pretrained Transformer... (more…)
Read more »
Perhaps the greatest thing to come out of C++11 is the notion of move semantics. Originally it was designed to make it efficient to return b... (more…)
Read more »
Rust is a statically compiled, fast language with great tooling and a rapidly growing ecosystem.
That makes it a great fit for writing command line applications:
They should be small, portable, and quick to run.
Command line applications are also a great ... (more…)
Read more »
Lisp dialect scripting and extension language for Rust programs - GitHub - murarth/ketos: Lisp dialect scripting and extension language for Rust programs... (more…)
Read more »