Coding 2023-08-06
Here's what I've decided makes sense as a way to develop NABTO:
- Figure out what the standard library functions should look like. I'm currently thinking somewhere between OCaml and Koka, but focusing on OCaml, making functions uncurried and row-polymorphic in effects, and furthermore using multimethods where sensible.
- Figure out what I want to do for stuff like arithmetic and format strings.
That's all I've got for now. It's best if I get to bed now.
Good night.