Re: Learning Lisp

2017-06-16 Thread Enrique Sánchez
thanks for the link, Jimmie. Enrique.

Re: Learning Lisp

2017-06-16 Thread Jimmie Houchin
Thanks for the links. However, I get a Not Found error for the LISP Programmers Manual. I searched on that site but could not find it. But I searched and found it here. http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf Jimmie On 06/11/2017

Re: Learning Lisp

2017-06-15 Thread Jimmie
I want to thank all the replies to this thread. I kind of got discouraged looking at some PicoLisp source code and thought to myself. I am not sure I can do this. Philosophically I think PicoLisp is great. A small language. A small and fast, efficient interpreter. Distributed database

Re: Learning Lisp

2017-06-15 Thread O.Hamann
This looks like a very valuable resource for self-taught guys like me - thank you very much for sharing! Kind regards, Olaf On 12.06.2017 09:26, Mike Pechkin wrote: https://www.cs.cmu.edu/~dst/LispBook/ all tasks, some ignored, on PicoLisp

Re: Learning Lisp

2017-06-12 Thread Mike Pechkin
https://www.cs.cmu.edu/~dst/LispBook/ all tasks, some ignored, on PicoLisp https://bitbucket.org/mihailp/tankfeeder/src/5a91a025d78eacf68655b6dbec5c2dd346624146/Touretzky/?at=default (mike)

Re: Learning Lisp

2017-06-11 Thread Danilo Kordic
I think ``Interpreting Lisp'' can be downloaded here: http://www.civilized.com/files/lispbook.pdf​ And ... http://community.computerhistory.org/scc/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf

Re: Learning Lisp

2017-05-24 Thread Jimmie Houchin
Hello David, thanks for the reply. Yes, I have read the Documentation page. I am working through PicoLisp Works, however in the PicoLisp Tuturial we see this statement. """This is not a Lisp tutorial, as it assumes some basic knowledge of programming, Lisp, and even PicoLisp. """ I do wish

Re: Learning Lisp

2017-05-24 Thread David Bloom
Hi Jimmie, You may find yourself having the same realization I often have, that the PicoLisp community has likely written something quite useful on whatever I was considering and all one needs to do is look it up. Additionally depending on your timezone the IRC channel is quite helpful as well