Re: Implementation Education

2014-08-07 Thread Alabhya Singh
Dear Joe, Thank you for your valuable suggestion to start with even smaller PicoLisp. Our definitions/plans/projects: http://sparksoflove.cwahi.net/dpp On Thu, 8/7/14, Joe Bogner wrote: Subject: Re: Implementation Education To: picolisp

Re: Implementation Education

2014-08-07 Thread Joe Bogner
. > > > On Thu, Aug 7, 2014 at 4:44 PM, Alabhya Singh wrote: > >> Thanks Henrik. >> >> May be because pil32 and C are simpler than pil64 and assembly >> respectively. >> >> ---------- >> * From: * Henrik Sarvell ; >>

Re: Implementation Education

2014-08-07 Thread Henrik Sarvell
than pil64 and assembly > respectively. > > -- > * From: * Henrik Sarvell ; > * To: * ; > * Subject: * Re: Implementation Education > * Sent: * Thu, Aug 7, 2014 9:31:10 AM > > Hi Alabhya, if I were you I would learn enough C to understand the > p

Re: Implementation Education

2014-08-07 Thread Alabhya Singh
Thanks Henrik. May be because pil32 and C are simpler than pil64 and assembly respectively.

Re: Implementation Education

2014-08-07 Thread Henrik Sarvell
Hi Alabhya, if I were you I would learn enough C to understand the pil32 source and then go through it. On Thu, Aug 7, 2014 at 4:00 PM, Alabhya Singh wrote: > To be able to use a language with utmost confidence one should be able to > understand its implementation so much so as to be able to im