I’ve written two CAD programs that generate paths for industrial laser cutters in Rust. Also it’s a fun language to play around with interpreters, so I’ve written an AST-based interpreter and a VM-based interpreter just to play around with novel scripting language concepts.
I’ve written two CAD programs that generate paths for industrial laser cutters in Rust. Also it’s a fun language to play around with interpreters, so I’ve written an AST-based interpreter and a VM-based interpreter just to play around with novel scripting language concepts.
Like @tyoverby I also have an interest in CAD programs, and my current project is converting my .NET library for reading/writing DXF files into rust.