top | item 43444311

(no title)

vdm | 11 months ago

https://numbat.dev/doc/comparison.html

discuss

order

schiffern|11 months ago

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

I'm not sure this comparison is exactly accurate.

[0] https://frinklang.org/fsp/frink.fsp

[1] https://frinklang.org/FrinkApplet.html