revLISP (actually is scheme...) Some doubts on implementation.

Andre Garzia soapdog at mac.com
Sat Mar 27 15:04:27 EST 2004


On Mar 26, 2004, at 1:37 PM, Dar Scott wrote:

> I got to thinking that you might make lists or cons cells out of 
> boxes.  You might modify it and add box value types to match the 
> scheme types.  If you don't need the cons cell level, then you can use 
> them as lists.  The primer has a very elementary cons cell example, 
> IIRC.
>
> Andre, do you think the ability to have arrays as array elements will 
> have an effect on your use of boxes?  Is there a life for boxes after 
> this enhancement?
>

Dar,

I simply like boxes, I use them not only for arrays, so that 
enhancement will not kill my use of boxes, there's room for 
improvements? maybe, I must think if any feature is missing...


about revLISP (which is SCHEME), the parser is hard by now but in the 
following week I'll solve that, I think I'll use box as the backend of 
my cell structure, it might work fine! :D

I have not much experience in writing lexical analysis tools and the 
like, but I am learning, as soon as I can parse it to a stack, 
everything will be easy. :D

Cheers
Andre



> Dar Scott
-- 
Andre Alves Garzia - Soap Dog Studios - BRAZIL
http://studios.soapdog.org



More information about the use-livecode mailing list