Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maturity of Scala-LLVM? [closed]

I'd like to know how mature the llvm-backend for Scala currently is and whether it is used in any open source project that I could have a look at.

like image 200
Kim Stebel Avatar asked Sep 10 '11 12:09

Kim Stebel


1 Answers

I would say (sadly) it's pretty immature. You need certain steps among them: a scala standard library without java dependencies and a runtime including garbage collection. Which are still TODO. From my incomplete view on the topic I would say there is more to be done than what's already done. Check this for more info: http://vimeo.com/28774096

like image 126
AndreasScheinert Avatar answered Sep 28 '22 08:09

AndreasScheinert