Hacker News new | ask | show | jobs
by vdm 457 days ago
https://numbat.dev/doc/comparison.html
1 comments

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