0

I read some tutorials about making Eclipse plugins, but every text was just about Java coding. Does it really have to be Java or there is some way to write a plugin in some other JVM language such as Scala or Clojure?

om-nom-nom
  • 62,329
  • 13
  • 183
  • 228
akalenuk
  • 3,815
  • 4
  • 34
  • 56

2 Answers2

2

You can use all languages that are based on JVM. You need to simply add a dependency jar (e.g. Scala dependency).

Tested live, so it must work!

Michal Borek
  • 4,584
  • 2
  • 30
  • 40
2

Current version of Scala IDE is written in Scala

4lex1v
  • 21,367
  • 6
  • 52
  • 86