3 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 5y 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 5y agoHaving to run the Rust compiler just to update my CAD model is a non starter though