top | item 21232779

(no title)

DickieStarshine | 6 years ago

Have you looked at Julia?

discuss

order

MiroF|6 years ago

Julia is compiled to machine code, not interpreted

fiddlerwoaroof|6 years ago

Many lisps compile to machine code too. Compilation vs. interpretation is a feature of an implementation, not a language.

vanderZwan|6 years ago

That has nothing to do with how "lispy" it might be. Part of the compiler is implemented in femtolispe no?

e12e|6 years ago

Julia is currently (only) jit. AOT is stil work in progress AFAIK.

It's about as "compiled" as Luajit is.