Why isn't there a good scheme/lisp on llvm?
Posted
by anon
on Stack Overflow
See other posts from Stack Overflow
or by anon
Published on 2010-01-26T23:52:49Z
Indexed on
2010/03/17
2:01 UTC
Read the original article
Hit count: 441
There is Gambit scheme, MIT scheme, PLT scheme, chicken scheme, bigloo, larceny, ...; then there are all the lisps.
Yet, there's not (to my knowledge) a single popular scheme/lisp on LLVM, even though LLVM provides lots of nice things like:
- easier to generate code than x85
- easy to make C ffi calls ...
So why is it that there isn't a good scheme/lisp on LLVM?
© Stack Overflow or respective owner