chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Re: Lua


From: John Cowan
Subject: [Chicken-users] Re: Lua
Date: Tue, 10 Jul 2007 19:44:23 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

John Cowan scripsit:

> Excellent!  Can you put it in the repository?  Also, I think you should
> consider using the unspecified object as Lua nil; conceptually they
> are pretty much the same.  That frees up symbols (as well as strings)
> to be translated to Lua strings, since Lua strings serve some of the
> purposes of symbols in Scheme (they are immutable, in particular).

I just found out that Lua interns all strings, which makes them
even more like symbols.  So Scheme->Lua should accept either symbols
or strings, but Lua->Scheme should return symbols.

-- 
That you can cover for the plentiful            John Cowan
and often gaping errors, misconstruals,         http://www.ccil.org/~cowan
and disinformation in your posts                address@hidden
through sheer volume -- that is another
misconception.  --Mike to Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]