bugsmithA to Programming · 1 year agoIntroducing Numbat: A programming language with physical units as typesnumbat.devexternal-linkmessage-square23fedilinkarrow-up1165arrow-down17cross-posted to: programming_languages
arrow-up1158arrow-down1external-linkIntroducing Numbat: A programming language with physical units as typesnumbat.devbugsmithA to Programming · 1 year agomessage-square23fedilinkcross-posted to: programming_languages
minus-squareStarfighter@discuss.tchncs.delinkfedilinkarrow-up4·1 year 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.