* 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