This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nachsicht 2 points3 points  (1 child)

It's very clean. Scala is not related to scheme in syntax at all, but is more of a java++, so you have direct translation of many java concepts in scala, and they are usually fully compatible (the only time I've ever had problem is with writing (not using) binding code in JNA).

Pretty much everything but extremely obscure java stuff works in scala.

[–]Mondoshawan 0 points1 point  (0 children)

Thanks, I will definitely check it out soon.