flan/MY-NOTES.org
Joseph Ferano 2474397d30 Merge branch 'println' into dev-loop
nth removed, and the REPL's structural walk lifted into a println that
shares it. The example of the narrowing-index rule used nth, which no
longer exists.
2026-09-12 05:00:19 +07:00

417 B

Additional things

Why do we have prints dedicted per type? That's terrible, what do we need to have proper (println) work for everything?

The current std is suffering from the same problem, functions should be generic? Why is it like this?

Why do we have at and nth if they're the same? Pick one, maybe at. For all STD functions make sure we don't have redundancy, even if it matches clojure or lisp