-
Compile all files below given directories or given on command line, in the correct order.
-
Is there support for nested static classes? such as NestedStaticClass
```
public class OuterClass {
...
public static class NestedStaticClass {
...
}
}
```
I've tried
```
java …
-
If you clone the repo to a clean system and run `mvn install` per the README, it fails on dependency resolution, trying to find `frege:frege-interpreter-core:jar:1.0.3-SNAPSHOT`.
If there are pre-req…
-
```
frege> type F = (forall b. [b] -> [b]) -> Int
type alias F :: ?
frege> g :: F -> Int; g f = undefined
4: application of g will diverge.
4: Type [b]->[b]
inferred from g is not as polymorphic as
…
-
And fix the :main :aot warning?
-
It is not very clear how to run an application containing only Frege code. I have one Frege file but I cannot see the corresponding class in the Java Run Application wizard. Am I missing something?
-
The following would be nice to have:
```
:help name
```
(where name could be a qualified name)
which should print the html-ized doc comment for that item.
Most of the needed functionality should alr…
-
I am seeing this error
```
(Retrieving lein-fregec/lein-fregec/0.1.0-SNAPSHOT/lein-fregec-0.1.0-20141109.051652-2.pom from clojars)
(Retrieving lein-fregec/lein-fregec/0.1.0-SNAPSHOT/lein-fregec-0.1.…
-
I can't find the toolbar that has on it:
```
f . g | `regex` | `op` | Compile | Refresh
```
in the `Customize Perspective` dialog.
I created a perspective for Frege stuff, where I'd like to keep th…
muhuk updated
9 years ago
-
It would be nice to have an online Repl like ( http://try.frege-lang.org/ ) and an online editor like ( http://elm-lang.org/try ) to experiment with the language, show colleagues, and in general sprea…