vito / bass

a low fidelity scripting language for project infrastructure
https://bass-lang.org
MIT License
378 stars 13 forks source link

add `:lines` protocol #249

Closed vito closed 2 years ago

vito commented 2 years ago

fixes #240

usage:

(take-all (read (mkfile ./foo "a\nb\nc") :lines))
; ("a" "b" "c")