Re: functions for a minimum lisp (or picolisp)

2011-02-19 Thread Ana Zgombic
Hi Alex, On Sat, Feb 19, 2011 at 11:58 PM, Alexander Burger a...@software-lab.de wrote: Hi Ana, i'm looking for a minimum list of functions to create a lisp interpreter (like picolisp :). which ones to master to grok all of the other functions that are built on top of the foundation

Re: schelog, anybody?

2011-02-23 Thread Ana Zgombic
On Wed, Feb 23, 2011 at 5:12 AM, dexen deVries dexen.devr...@gmail.com wrote: On Tuesday 22 of February 2011 20:59:14 you wrote: i was reading the lua list and came across this: http://www.ccs.neu.edu/home/dorai/schelog/schelog.html =20 anybody ever bumped into it? thoughts? Kinda:

a followup on Asym and Nsym in wl.java

2011-03-09 Thread Ana Zgombic
Hi List, any insights from the rest of the list would also be welcome. i'd need them to learn. silly me. forgot to include the rest. Ana On Thu, Mar 10, 2011 at 2:06 PM, Ana Zgombic morse...@nybl.info wrote: Hi Tomas, first, is this the correct venue for asking questions for wl.java

Re: lisp assumption validation

2011-03-10 Thread Ana Zgombic
Cheers Alex. thank you. On Thu, Mar 10, 2011 at 3:44 PM, Alexander Burger a...@software-lab.de wrote: Hi Ana, is it safe to assume that all (if not most) code in lisp is a function (or is it procedure) call? Yes, I would say so. I must confess that personally I don't pay much attention

Re: Asym and Nsym in wl.java

2011-03-10 Thread Ana Zgombic
Hi Alex, On Thu, Mar 10, 2011 at 4:11 PM, Alexander Burger a...@software-lab.de wrote: reflecting upon it more, is Asym used often enough for it to have a class of it's own? (the answer might be 'yes' but i want to delve deeper into insights of the implementation). In some programgs, there

Re: digging dotted pairs

2011-03-14 Thread Ana Zgombic
Hi All, this is very encouraging. thank you for taking time to write 'walls' of stuff. :D chewing on this bit by bit. Ana On Tue, Mar 15, 2011 at 2:28 AM, Alexander Burger a...@software-lab.de wrote: Hi Dexen, I agree with all you wrote, except when you write about association lists:

Re: autogenerated keys for pilog

2011-03-31 Thread Ana Zgombic
On Thu, Mar 31, 2011 at 3:34 PM, Alexander Burger a...@software-lab.de wrote: Hi Edwin, In fact, there is a function 'genKey' which generates keys, but this is different from how I understand the above autogenerated keys. 'genKey' simply returns a new number not yet existent in an index.