Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - nix

#1
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.lsp&sid=f3e1cd2221ce80587a3c7c017a6f22be#p21297">http://newlispfanclub.alh.net/forum/vie ... 2be#p21297">http://newlispfanclub.alh.net/forum/viewtopic.php?f=16&t=4326&p=21297&hilit=man.lsp&sid=f3e1cd2221ce80587a3c7c017a6f22be#p21297



Could someone please point me in the right direction in order to add the man.lsp script using nls.lsp?



Thanks in advance.
#2
Hello,



   I am trying to parse through sn csv file using http://static.artfulcode.net/newlisp/csv.lsp.html#CSV_parse-file">http://static.artfulcode.net/newlisp/cs ... parse-file">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-string("LastSeen")


So I can get newlisp to parse through the whole file and its really fast much faster then python.



So what I am trying to do is parse through the csv file then I would like to filter (like how excel does) on the columns and grab certain "strings" and print them out via stdout.



Any help would be very helpful, also if someone could point me in the right direction for a mailing list or usenet group so i can lean on until I get used to programming in NewLisp.



Thanks in advance