10 ms·
Rust has macro which allows you to write domain specific language if you want. The examples right now, is written in rust as they are still developing it. You n
by ivanceras 4y ago
Rust has macro which allows you to write domain specific language if you want. The examples right now, is written in rust as they are still developing it. You need to have a solid core before building a domain specific language on top it.
- dymk 4y agoHaving to run the Rust compiler just to update my CAD model is a non starter though