-
According to the language server protocol, [language features should be independent of whether a text document is open or closed](https://microsoft.github.io/language-server-protocol/specifications/ls…
-
First of all, thank you for creating this Project! I can't wait to see when it bears some fruits!
Regarding the Java glue code, I think it should kept to a minimum.
As I said before in the chat, it w…
-
I would like to be able to run the [Frege REPL](https://github.com/Frege/frege-repl) through Leiningen (with `lein repl`).
> @seancorfield: You can't currently run the Frege REPL via Leiningen
> @se…
-
https://github.com/elrocqe/frege_spark/blob/587884c03f0c2778b0888f05c65781a77a4cc6e6/src/main/java/bindings/Functions.java#L6
Might it be that you have a really long outdated Frege version?
Dierk updated
5 years ago
-
-
Gradle 4.1
Windows 10
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
With wrapper and gradle 2.7…
-
Frege to get the type signatures uses attributes on classes. If you try to use ijar (interface only jars with no code), this fails:
```
java.lang.ClassFormatError: Absent Code attribute in method …
-
Hi
[Wait - I should have read the new docs on calling Frege from Java -sorry - hold this issue!]
My OSGi Frege application needs a dependency on the Frege runtime but without opening a workbench.
…
-
Hi, thanks for working on Frege it seems like a great project.
I would like to embed Frege in another application that supports a scripting interface (I don't want to use it just for "scripting" th…
-
I see that there are no external dependencies anymore in frege-repl and frege-interpreter, the only exception being jline. Since the 1.8 frege.jar is only 7.5MB, I think it would be possible and usefu…