[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

LISP, and Contigeous Memory in Ruby

bbr53221

3/12/2008 9:14:00 PM

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.
2 Answers

Robert Klemme

3/12/2008 9:50:00 PM

0

On 12.03.2008 22:14, bbr53221@yahoo.com 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? :-)

Kind regards

robert

Thomas Wieczorek

3/12/2008 10:59:00 PM

0

On Wed, Mar 12, 2008 at 10:54 PM, Robert Klemme
<shortcutter@googlemail.com> wrote:
> On 12.03.2008 22:14, bbr53221@yahoo.com 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...
[2] http://onestepback.org/index.cgi/Tech/Ruby/Lisp...
[3] some more info on both:
http://www.rubyinside.com/busscheme-ruby-scheme-interprete...