-
Is this a possibility in the future? I tried patching it in myself but my knowledge of Frege is close to zero (I'm just trying to add Frege support to another product) so I was in way over my head. Se…
-
The Frege Repl command calls:
```javascript
terminal.sendText(`java -cp $(./gradlew -q depsFrege --replSource=${path.basename(args)}) ${FREGE_REPL_MAIN_CLASS_NAME}`);
```
This only works with …
-
Hi,
I noticed you are pushing your artifact with groupId `com.theoryinpractise.frege` [1](https://repo1.maven.org/maven2/com/theoryinpractise/frege/frege-maven-plugin/1.0.7/frege-maven-plugin-1.0.7.p…
-
As mentioned in #170, debian (and other distros) have good reasons to build everything from source. This is difficult (but not impossible) if something depends on itself for being built.
Are there wa…
-
Since apparently no one feels responsible anymore for putting recent frege releases to Maven, and since this is also apparently not possible or desirable to do in an automated fashion, I propose the f…
-
as of version 3.25.84, calling frege.tools.Doc with a directory rather than a module name yields
```
Exception in thread "main" java.lang.ClassCastException: frege.runtime.BlackHole cannot be cast…
Dierk updated
2 years ago
-
cmp https://github.com/Frege/frege/wiki/Compiler-Manpage
Dierk updated
9 years ago
-
SDKMan becoming easy way to install many Java based app/api/tools etc
If we give option to install compiler,runner,repl etc it will be easy for users to run and compile code
See:
http://sdkman.io/
h…
-
This is a proposal which introduces a new syntax that allows Frege programmers to implement Java Interfaces with Frege Record declarations.
## Proof of Concept
Supports the "Pure" case only: #36…
-
Spawned from #387
For example, `Eq.!=` has a default implementation. If an `instance Ord` (subclass of `Eq`) has an implementation of `!=`, it fails. How it "fails" differs by which module an insta…