Skip to content

Instantly share code, notes, and snippets.

@et4te
Created July 2, 2011 16:09
Show Gist options
  • Save et4te/1060982 to your computer and use it in GitHub Desktop.
Save et4te/1060982 to your computer and use it in GitHub Desktop.
lol-concise
USING: csv grouping io io.encodings.utf8 io.files namespaces sequences
;
IN: csv-test
! ---------------------------------------------------------------------------
: sample-data ( data -- )
utf8 file-lines 4 group output-stream get write-csv ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment