Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Functional programming language offers best support in Eclipse?

As an exercise my team is looking at learning functional programming. One of the factors to choose a language is its support in Eclipse. Any language with Eclipse plug-in is fine but what language offers the best free plug-in?

Bonus question: the best online/book tutorial for this language.

like image 235
topchef Avatar asked Dec 28 '22 07:12

topchef


1 Answers

I don't know if it is the best, but it is evolving and improving fast:

Scala IDE (up to Scala2.8.1RC1 right now)

alt text


As for the best online Scala book:

Programming Scala (Creative Commons Attribution-Noncommercial)

alt text

But you will find other online sources in the SO question "List of freely available programming books".

like image 120
VonC Avatar answered Jan 06 '23 15:01

VonC