-
Compiling a simple hello world .fr file with the plugin works fine for me. Problems arise when I try to use imports in the .fr files.
When I compile with the command line compiler using -make:
```
f…
-
# dev-js
- [Richardson Maturity Model](http://martinfowler.com/articles/richardsonMaturityModel.html) (justinchronicle)
- [HAL - Hypertext Application Language](http://stateless.co/hal_specification.h…
-
In the JavaFX version of the repl, I have to display GUIs for the javaSource and the help differently from other repls, namely in JavaFX controls. ATM this means that I have to duplicate pretty much a…
Dierk updated
9 years ago
-
-
List output is truncated, which is a good thing in case someone tries to print an infinite list.
```
frege> iterate (*2) 3.14
[3.14,6.28,12.56,25.12,50.24,100.48,200.96,401.92,803.84,1607.68,3215.36,…
-
I would like to use FrUnit with Leiningen. It would be nice to have it on Maven Central (or Clojars). I tried both `com.github.melrief.frunit/FrUnit` and `frunit.example/FrUnitExample`; neither worked…
-
So far, I have developed the FregeFX functionality as part of the the Dierk/frepl-gui project. I feel it has now proven useful enough that it deserves its own repo that people can depend on.
Could we…
Dierk updated
9 years ago
-
The test `testOperator` in `FregeScriptEngineTest.java` fails under windows on lines 129, 130 and 131 with the following error messages respectively:
line 129:
javax.script.ScriptException: [ERROR: 4…
-
This will save users from having to include `resolvers += "earldouglas bintray" at "https://dl.bintray.com/earldouglas/sbt-plugins/"` in their _project/plugins.sbt_ configuration.
-
@mmhelloworld The interpreter has never had an official release, only snapshot releases. The current version is marked 1.0.3-SNAPSHOT. Is this appropriate still? Would you like me to release 1.0.3…