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.
417 B
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
atandnthif they're the same? Pick one, maybeat. For all STD functions make sure we don't have redundancy, even if it matches clojure or lisp