-
Here is a transcript:
```
frege> :load /home/ingo/frege/examples/CommandLineClock.fr
Module examples.CommandLineClock
frege> :browse examples.CommandLineClock
data type Date :: native java.util.Date
…
-
The following works:
```
frege> pure native toString :: Object -> String
native function toString :: Object -> String
frege> toString stdin
java.io.BufferedReader@63b7e77
```
This must be forbidden,…
-
Failed to compile the Compiler with following error.
```
E ./frege/Version.fr:1: Could not import package afrege.Prelude
(java.lang.ClassNotFoundException: afrege.Prelude)
frege.Version: build fa…
-
Tried to run your tool using android-17 sdk, could not get it to load the jar.
I've got it copied to current directory along with your tool and tried running it with the following.
Do you know of any …
-
I was trying to install the gradle-frege-plugin locally to be able to overcome the build failures that occur from different projects (i.e. https://github.com/Dierk/frepl-gui) that use it.
After havin…
-
In the following code:
``` frege
frege> bar = A {foo = 10}
3: can't resolve `A`, did you mean `$` perhaps?
3: looked for constructor undefined, found value `undefined`
```
The last error message is …
-
topic says it all
Dierk updated
9 years ago
-
Currently I need to install both the current version of Frege and the one used to compile native-gen (it does not work with the newest one).
-
I think that project should use [Chef](https://www.chef.io/) for provisioning instead of that ugly shell scripts.
-
we should only scan for frege files when no source directory is given - in which case the compiler is anyway figuring that out and we avoid the duplication work. Another issue here is the gradle logic…
Dierk updated
9 years ago