tags:

views:

134

answers:

2

There are tools of code obfuscation for Scala?

Thanks

+9  A: 

Scala compiles into JVM bytecode, for which there are tons of obfuscators like ProGuard or yGuard

Amir Afghani
I'll even add that there's a plugin for ProGuard in SBT, which makes obfuscation very easy. :-)
Daniel
+4  A: 

Use Scalaz. :-P

Troll