Oddly enough, this comparison (incorrectly) lists Frink as having no available web interface, when in reality Frink has both an online REPL version[0] and a Java Applet version.[1]
It also docks Frink with an 'X' because it doesn't have "Physical Dimensions," when in reality that's a core feature of Frink.
In Numbat you write:
dimension Length
whereas in Frink you'd write:
length =!= m // meter set as default unit for dimension length
schiffern|11 months ago
It also docks Frink with an 'X' because it doesn't have "Physical Dimensions," when in reality that's a core feature of Frink.
In Numbat you write:
whereas in Frink you'd write: I'm not sure this comparison is exactly accurate.[0] https://frinklang.org/fsp/frink.fsp
[1] https://frinklang.org/FrinkApplet.html