elm
elm

Reputation: 20415

Scala compilation into machine code

How to compile Scala into machine code ?

Is LLVM (http://en.wikipedia.org/wiki/LLVM) plausible ?

Update: Would such compilation make the code run any faster in the target machine ?

Upvotes: 1

Views: 1570

Answers (1)

plan9assembler
plan9assembler

Reputation: 2984

wind changed! happy to update new answer. :)

http://www.scala-native.org/

https://github.com/scala-native/scala-native

--

[outdated answer]

https://greedy.github.io/scala-llvm/

Geoff Reedy working on it. HTH

Upvotes: 1

Related Questions