Introducing Logos: Compile English to Rust
logicaffeine.com·12h·
Preview
Report Post

Hi and Happy New Year Reddit!

Sometimes you end up building something to solve your own problems and it accidentally turns into a product that can solve other peoples problems as well. While building a complex distributed application, I noticed that it was taking too long to code some things I needed, so I built a programming language to code it faster! This language has some special sauce though… it has distributed CRDT’s with libp2p mesh networking baked into the language itself.

Here’s some highlights…

1. English → Production Rust

Not pseudocode. Write literal English that compiles to working Rust with LLVM optimization. 1000+ tests passing.

2. Built-in P2P Mesh Networking

Listen on "/ip4/0.0.0.0...

Similar Posts

Loading similar posts...