▲ | Compiler for the B Programming Language(github.com) | |||||||||||||||||||||||||
67 points by ycuser2 4 days ago | 14 comments | ||||||||||||||||||||||||||
▲ | louis771 31 minutes ago | parent | next [-] | |||||||||||||||||||||||||
Hate to see Tsoding was using Rust for this. Rust is as far removed from recreational programming than any other language. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | pveierland 11 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
Fun to see that it implements codegen for Uxn :) | ||||||||||||||||||||||||||
▲ | aap_ 3 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
Always nice to see more B. Here's mine: https://github.com/aap/b | ||||||||||||||||||||||||||
▲ | avmich 8 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
A pretty recent work: https://github.com/sergev/BCause . | ||||||||||||||||||||||||||
▲ | treyd 15 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
Interesting that this is in a self-developed subset/dialect of Rust called Crust which attempts to treat it as a better C, using unsafe everywhere among other things. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | int_19h 7 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
Nice, but it really needs to be written in B and self-hosted. | ||||||||||||||||||||||||||
▲ | elvircrn 14 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
Had a go at this a while back: https://github.com/elvircrn/bcomp. | ||||||||||||||||||||||||||
▲ | DiabloD3 15 hours ago | parent | prev [-] | |||||||||||||||||||||||||
This is the most tsoding thing possible. | ||||||||||||||||||||||||||
|