rum icon indicating copy to clipboard operation
rum copied to clipboard

runtime: open file

Open avelino opened this issue 7 years ago • 2 comments

(package main
  (let csv (open "file.csv"))
  (print csv))

avelino avatar Jan 02 '18 16:01 avelino

It's like the clojure slurp (https://clojuredocs.org/clojure.core/slurp)? In that case, the name open is the better choice??

trumae avatar Jan 10 '18 15:01 trumae

if csv is a file descriptor ok, is is a string I prefer load or read

crgimenes avatar Jan 10 '18 16:01 crgimenes