Open avelino opened 6 years ago
(package main (let csv (open "file.csv")) (print csv))
It's like the clojure slurp (https://clojuredocs.org/clojure.core/slurp)? In that case, the name open is the better choice??
if csv is a file descriptor ok, is is a string I prefer load or read