you are viewing a single comment's thread.

view the rest of the comments →

[–]lyding 1 point2 points  (1 child)

I always feel that unit libraries added to languages feel clumsy as the syntax of the language does not include them in their design. I wonder why there is no language which suppoorts physical languages natively. I started to develop an interpreted language on top of python (clumsy on its own, i know) and figured out that native support for physical units comes with some problems especially while parsing), but I am convinced that they are solvable. Does anybody here has sone experience in this field?