Re: Best way to learn picolisp

2016-06-09 Thread O.Hamann
rce to get some hints. Have fun! O. On 08.06.2016 14:08, Lawrence Bottorff wrote: So, what would the best way to learn picolisp be for a total beginner? It might seem like you should just bite the bullet and learn regular Common Lisp first, then start learning picolisp. That is, you should

Re: Best way to learn picolisp

2016-06-08 Thread Mike Pechkin
On Wed, Jun 8, 2016 at 3:08 PM, Lawrence Bottorff <borg...@gmail.com> wrote: > So, what would the best way to learn picolisp be for a total beginner? > Real coding of any task is the best way to learn any programming language. Mike ​

Re: Best way to learn picolisp

2016-06-08 Thread Henrik Sarvell
I would say PL is much easier, less cruft. Start with picolisp.com On Wed, Jun 8, 2016 at 2:08 PM, Lawrence Bottorff <borg...@gmail.com> wrote: > So, what would the best way to learn picolisp be for a total beginner? It > might seem like you should just bite the bullet and learn re

Re: Best way to learn picolisp

2016-06-08 Thread Alex Gilding
I get the impression comparing CL to Picolisp is a bit like comparing C++ to Javascript* - they look similar only if you stand far enough away from the screen... (* there isn't really a C-family language that fits the example, but anyway) On 8 June 2016 at 14:46, Joe Golden

Re: Best way to learn picolisp

2016-06-08 Thread Joe Golden
like Common Lisp is a derivative of PicoLisp, seriously. :-) So I'd go for pico first, it's easier to understand. 8 juni 2016 kl. 14:08 skrev Lawrence Bottorff <borg...@gmail.com>: So, what would the best way to learn picolisp be for a total beginner? It might seem like you should just bit

Re: Best way to learn picolisp

2016-06-08 Thread Jon Kleiser
r pico first, it's easier to understand. > >> 8 juni 2016 kl. 14:08 skrev Lawrence Bottorff <borg...@gmail.com>: >> >> So, what would the best way to learn picolisp be for a total beginner? It >> might seem like you should just bite the bullet and learn regular

Re: Best way to learn picolisp

2016-06-08 Thread Jakob Eriksson
It's more like Common Lisp is a derivative of PicoLisp, seriously. :-) So I'd go for pico first, it's easier to understand. > 8 juni 2016 kl. 14:08 skrev Lawrence Bottorff <borg...@gmail.com>: > > So, what would the best way to learn picolisp be for a total beginner? It > m

Best way to learn picolisp

2016-06-08 Thread Lawrence Bottorff
So, what would the best way to learn picolisp be for a total beginner? It might seem like you should just bite the bullet and learn regular Common Lisp first, then start learning picolisp. That is, you should know all the capabilities of Lisp before you try to learn a derivative Lisp. Is this true