hazelgrove / hazel

Hazel, a live functional programming environment with typed holes
http://hazel.org/
MIT License
797 stars 52 forks source link

More substantial prelude #624

Open cyrus- opened 2 years ago

disconcision commented 2 years ago

More ops would be nice e.g.

! (logical not)
!=
!=.
==? (boolean equality)
<=
>=
<=.
>=.
float_of_int
int_of_float
cyrus- commented 2 years ago

https://www.tablecloth.dev/ is an interesting approach -- standard library API portable across OCaml, ReScript, F#