LISP, and Contigeous Memory in Ruby

Is ther a LISP language code in Open Software that I can download for
Ruby?

Also, how do I best represent contigeous memory locations in Ruby?
Is it better to represent that a a multi dimentional arrary?
Or, a very, very long String?

Thanks.

On 12.03.2008 22:14, [email protected] wrote:

Is ther a LISP language code in Open Software that I can download for
Ruby?

What exactly do you mean by this? Are you looking for a LISP
implementation written in Ruby? IIRC there was discussion about
something like this few weeks before here.

Also, how do I best represent contigeous memory locations in Ruby?
Is it better to represent that a a multi dimentional arrary?
Or, a very, very long String?

Again, I am not sure what you mean here. Why would one want to use a
multi dimensional array to represent contiguous memory? Or did you
mean contagious memory? :slight_smile:

Kind regards

robert

On Wed, Mar 12, 2008 at 10:54 PM, Robert K.
[email protected] wrote:

On 12.03.2008 22:14, [email protected] wrote:

Is ther a LISP language code in Open Software that I can download for
Ruby?

What exactly do you mean by this? Are you looking for a LISP
implementation written in Ruby? IIRC there was discussion about
something like this few weeks before here.

There’s BusScheme[1] and Lisp in Ruby[2]

[1] http://dev.technomancy.us/BusScheme
[2] http://onestepback.org/index.cgi/Tech/Ruby/LispInRuby.red
[3] some more info on both:
Bus Scheme: A Scheme Interpreter Written In Ruby (And Sometimes On A Bus)