Trying to run elixir, I get a bug because we create illegal java class names
ej -pa /Users/krab/Projects/elixir/ebin /Users/krab/Projects/elixir/exbin
1> elixir:start().
SEVERE: cannot load module elixir
....
Caused by: java.lang.ClassFormatError: Illegal class name "erjang/EFun'exCode::Init'process_argvHandler2" in class file erjang/EFun'exCode::Init'process_argvHandler2
We need to review the code that encodes module names to Java class names.
Trying to run elixir, I get a bug because we create illegal java class names
We need to review the code that encodes module names to Java class names.