bugsmith@programming.devM to Programming@programming.dev · 3 years agoIntroducing Numbat: A programming language with physical units as typesnumbat.devexternal-linkmessage-square23linkfedilinkarrow-up1165arrow-down10cross-posted to: programming_languages@programming.dev
arrow-up1165arrow-down1external-linkIntroducing Numbat: A programming language with physical units as typesnumbat.devbugsmith@programming.devM to Programming@programming.dev · 3 years agomessage-square23linkfedilinkcross-posted to: programming_languages@programming.dev
minus-squareStarfighter@discuss.tchncs.delinkfedilinkarrow-up3·3 years agoThe uom crate implements this for Rust. The core functionality is based on generics but there are some macros for defining custom measurement systems.
The uom crate implements this for Rust.
The core functionality is based on generics but there are some macros for defining custom measurement systems.