-
Think about creating a pull request to frege, to upstream the changes for the make mode if that is possible.
-
I think there needs to be a new, or additional, README.md file to tell people how to use this for a Frege project. The Haskell way of working almost certainly doesn't copy over directly.
-
Using the `HelloWorld` example in the `README.md`, the sbt shell is just frozen, does not accept any input after the `run` command.
-
This task is about going thru the entire Frege source code and describing it by adding [docstrings](https://peps.python.org/pep-0257/#what-is-a-docstring) in all required places.
Then, these docstr…
-
I know Frege is not supposed to be the same as Haskell, but I urge you to reconsider treating numeric literals so differently, for purely practical reasons. It seems to me that the way Frege handles t…
-
## Description
One of the standard things I do when discovering a new language is to try an optimized bit-packed Sieve of Eratosthenes benchmark using only the CPU L1 cache to test for fastest loop s…
-
Still default compiles frege source code to java source code to `bin` folder. But add setting to project properties to change that directory so we can separate java source code file and java bytecode …
-
The plugin is almost ready for its maiden release. Some things to consider first:
- https://github.com/tricktron/frege-gradle-plugin/issues/14
- Add javadoc to GitHub page so that documentation is a…
-
When `make compiler`, it failed with the following error message:
```sh
Making compiler1
time -f "%E %Mk" java -Dfrege.javac=internal -Xss4m -Xmx2222m -cp build -jar fregec.jar -d build -hin…
-
I use the frege-repl project and was able to build it and I can run it with
```
./gradlew -q run
```
This is fine so far. But now I want, for example, more stackspace for running repl. I can see wit…