eta
eta copied to clipboard
The Eta Programming Language, a dialect of Haskell on the JVM
## Description I have tried the eta-scotty-example https://github.com/Jyothsnasrinivas/eta-scotty-example in the `etlas repl`. When I run main, then do Ctrl-C, change some code and enter `:r` ## Expected Behavior REPL should...
Sometimes installation may fail while installing a package from `eta/libraries`. User may want to just try installing the failed libraries instead of doing the `cleaninstall.sh`.
Add an extra flag `--enable-proguard` in the `configure` step for `etlas` and also add a new field `proguard-file` that will point to a proguard configuration file (in case you want...
There should be a quick check before even building that ensures that specified Maven dependencies can be downloaded.
When epm forks to javac it currently uses the LC_ALL environment variable to try and figure out the encoding. This can be problematic if your system is weird or you...
In some cases (like Spark) you don't need to include the spark libs inside the compiler jar, but for purposes of verification of imports, you need to be able to...
This may involve sending a flag to the eta compiler that designates which target is intended to be the main module.