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.
5 lines
417 B
Org Mode
5 lines
417 B
Org Mode
* 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
|