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

Re: dylan availability



Bob Kerns writes:
> But this old compiler writer thinks Dylan would be a bit easier to
> write compilers for than a lot of them.

What did you have in mind when you said this?  The only thing that I
can think of that's a little easier is that there's trivial syntax
analysis.  The runtime system need to be fairly complicated (if you're
not embedding in lisp), and all the generic function and  multiple
inheritance stuff should add complexity to a compiler.  Just look what
happened between C and C++....

Ted