RUIN (Ruby Unlambda INterpreter) 1.0 released

I am pleased to announce RUIN (Ruby Unlambda INterpreter) 1.0. For those
of you who don’t follow programming languages, Unlambda is a
Turing-complete language based on the S, K and I combinators rather than
the lambda calculus. The Unlambda home page is at
The Unlambda Programming Language. My thanks go to Kevin
Tew of the Parrot/Cardinal project, who showed me where to find the
Unlambda implementation in the Parrot source. From there, it was a
simple matter to track down the other components.

So … is RUIN a Ruby interpreter written in Unlambda, or an Unlambda
interpreter written in Ruby? YES! Because of the simple nature of
Unlambda, the process was bootstrapped by first writing an Unlambda
interpreter in Ruby. This was validated using the RSpec RUST (Ruby
Unlambda Suite of Tests) test suite. Next, given a working Unlambda
interpreter written in Ruby, I wrote ROT (Ruby Object Translator) in
Unlambda. ROT translates the low-level C code of the Ruby interpreter
into pure combinatory logic, a straightforward process, given the
low-level nature of the SKI calculus on which Unlambda is founded. The
output of ROT is thus a Ruby interpreter written in Unlambda. The Ruby
interpreter thus produced runs all the standard Ruby applications – the
standard test process is to run the RUST suite recursively.

So far, neither of these processes is optimized. That’s where the fourth
component comes in – RAGE (Ruby Algorithm GEnetics). RAGE is a genetic
programming system written in Ruby, capable of optimizing either Ruby or
Unlambda code. Two fitness functions are available, one for speed
optimization and one for memory space optimization. There is also an
IDE, called RUINED (RUIN EDitor), a GUI toolkit called BRUIN (Beautified
RUIN) and a web application framework RAT (RUIN Application Toolkit).

RAT is actually the piece of the project that most excites me. Unlambda
is at its core an elegant and simple environment, like Scheme or Forth.
As a result, RAT is amazingly compact – the whole framework does
everything Rails does in about 4 kilobytes of code. I’m working on a few
other enhancements, but on the whole I am happy enough to call this
release 1.0. Unfortunately, RUIN at this point is not open source.
Neither my accountant nor my attorney thinks that releasing RUIN under
an open source license is a good idea, although I haven’t been able to
get a clear reason why from either of them. So if you are interested in
RUIN, send me an email off-list and I’ll let you negotiate the terms
with them.


M. Edward (Ed) Borasky, FBG, AB, PTA, PGS, MS, MNLP, NST, ACMC(P)
http://borasky-research.blogspot.com/

If God had meant for carrots to be eaten cooked, He would have given
rabbits fire.

On 4/1/07, M. Edward (Ed) Borasky [email protected] wrote:

Unfortunately, RUIN at this point is not open source.

This sounded fantastically interesting up till here, at which point it
turned into “oh, never mind then”.

Neither my accountant nor my attorney thinks that releasing RUIN under

an open source license is a good idea, although I haven’t been able to
get a clear reason why from either of them.

Any attorney or accountant that doesn’t know what open source is or is
about
is going to give you this advice, as they would about anything they
don’t
know what it would mean. That’s generally a better strategy than saying
“sure, go ahead” to anything, but if you haven’t explained it to them,
you
can’t get any advice at all, really. OTOH, maybe you aren’t convinced
yourself, in which case you may be happy about not going open source.
Depends a lot on what you expect to do with this product of yours.

So if you are interested in

RUIN, send me an email off-list and I’ll let you negotiate the terms
with them.

Yeah, that’s gonna happen… no website, no demos, no source, no
nothing,
and we should contact your attorney to negotiate terms? You realize how
that
sounds, right? :slight_smile:

– Kristoffer

On Mon, 2 Apr 2007, [UTF-8] Kristoffer Lundén wrote:

On 4/1/07, M. Edward (Ed) Borasky [email protected] wrote:

Unfortunately, RUIN at this point is not open source.

This sounded fantastically interesting up till here, at which point it
turned into “oh, never mind then”.

It looks like an April Fool’s Day joke, to me.

Kirk H.

Kristoffer Lundén wrote:

On 4/1/07, M. Edward (Ed) Borasky [email protected] wrote:

Unfortunately, RUIN at this point is not open source.

This sounded fantastically interesting up till here, at which point it
turned into “oh, never mind then”.
What did you find interesting about it? As far as I’m concerned, it’s
boring computer science. The SKI calculus upon which Unlambda is based
is somewhat like a Huffman code. It was a short step for me to SKI into
RUIN. Fortunately, the BRUINs were still hibernating.
“sure, go ahead” to anything, but if you haven’t explained it to them,
you
can’t get any advice at all, really. OTOH, maybe you aren’t convinced
yourself, in which case you may be happy about not going open source.
Depends a lot on what you expect to do with this product of yours.
What my attorney said was that there was a great potential for RUIN if I
released it as open source technology. My accountant, on the other hand,
was in fact the inspiration for RAT.

So if you are interested in

RUIN, send me an email off-list and I’ll let you negotiate the terms
with them.

Yeah, that’s gonna happen… no website, no demos, no source, no nothing,
and we should contact your attorney to negotiate terms? You realize
how that
sounds, right? :slight_smile:
Ah … perhaps it is April 2nd where you are? :slight_smile:


M. Edward (Ed) Borasky, FBG, AB, PTA, PGS, MS, MNLP, NST, ACMC(P)
http://borasky-research.blogspot.com/

If God had meant for carrots to be eaten cooked, He would have given
rabbits fire.

On 4/1/07, Han D. [email protected] wrote:

I think this is an April fool joke.

I wonder?

Hehehehehe, part of the fun of April Fool’s is fooling people.

Ryan

On 4/1/07, Han D. [email protected] wrote:

I think this is an April fool joke.

Clearly. If this were a real project, we would have dozens of posts in
this thread by now (most by the same person) discussing the licensing
philosophy.

“M. Edward (Ed) Borasky” [email protected] writes:

RAT is actually the piece of the project that most excites
me. Unlambda is at its core an elegant and simple environment, like
Scheme or Forth. As a result, RAT is amazingly compact – the whole
framework does everything Rails does in about 4 kilobytes of code.

And now let’s imagine how fast that would run complied down to
supercombinators. :slight_smile:

I think this is an April fool joke.

Christian N. wrote:

supercombinators. :slight_smile:

Bah! I tried that! It works fine on all architectures except i86 and
i86-64, PowerPC and Sparc. Actually, though, I didn’t test it on Alphas
or the IBM z Series. It may only work on my development machine, which
is a Motorola 68000.


M. Edward (Ed) Borasky, FBG, AB, PTA, PGS, MS, MNLP, NST, ACMC(P)
http://borasky-research.blogspot.com/

If God had meant for carrots to be eaten cooked, He would have given
rabbits fire.