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

Re: Fun-O Basic Edition Compiler



Bruce Hoult wrote:
> What I'd expect.  Stalin is known to be good.

An important point is that there are no declarations at all.  None are
needed.  This, of course, is a trivially small program, making easy work
for global type inference (though the other languages didn't seem to
have such an easy time with it).  However, with some minor tuning
effort, I get similar efficiency out of Stalin on larger Scheme programs
as well (50-100KLOC).