bugsmith@programming.dev to Programming@programming.dev · 1 year agoIntroducing Numbat: A programming language with physical units as typesnumbat.devexternal-linkmessage-square9fedilinkarrow-up14arrow-down10cross-posted to: programming_languages@programming.dev
arrow-up14arrow-down1external-linkIntroducing Numbat: A programming language with physical units as typesnumbat.devbugsmith@programming.dev to Programming@programming.dev · 1 year agomessage-square9fedilinkcross-posted to: programming_languages@programming.dev
minus-squareStarfighter@discuss.tchncs.delinkfedilinkarrow-up2·edit-21 year agoI can’t talk about the other libraries but the uom crate does the same thing. The dimensions are encoded as a vector of generics, allowing you to get the correct unit even when dividing a distance by time for example. It’s quite the clever use of Rusts type system.
I can’t talk about the other libraries but the uom crate does the same thing.
The dimensions are encoded as a vector of generics, allowing you to get the correct unit even when dividing a distance by time for example.
It’s quite the clever use of Rusts type system.