Search found 2 matches
- Fri May 10, 2013 2:07 pm
- Forum: newLISP in the real world
- Topic: nls.lsp and extended man pages
- Replies: 1
- Views: 1664
nls.lsp and extended man pages
Hello, I am looking for /newlisp/util/nls but unable to locate it I am using Ubuntu 12 and installed by dpkg. The version I am using is 10.4.5 so it should be the latest "stable" release. The article I am looking at is - http://newlispfanclub.alh.net/forum/viewtopic.php?f=16&t=4326&p=21297&hilit=man...
- Fri May 03, 2013 1:53 pm
- Forum: newLISP in the real world
- Topic: Parsing through an csv file
- Replies: 9
- Views: 6399
Parsing through an csv file
Hello, I am trying to parse through sn csv file using http://static.artfulcode.net/newlisp/csv.lsp.html#CSV_parse-file. I am very new at NewLisp so please bear with me. Below in the codeblock is what i have started. (load '/path/csv.lsp') (define (csv_path ("/path/file.csv"))) (csv_path) (CSV:parse-...