-
Boole’s work is [not the Boolean Algebra that we know today](https://www.jstor.org/stable/2689628).
It has gone refinement and axiomatization under the hands of Venn, Peirce, and Huntington. Trace …
-
It looks like the jline repl does "event expansion":
```
frege> !true
[ERROR] Could not expand event
java.lang.IllegalArgumentException: !true: event not found
at jline.console.ConsoleReader.expandEv…
-
Is it possible to make GG more of a polyglot framework like Vertex / Xync / Vertigo stack where you can use multiple JVM languages and Non JVM languages (through a highly efficient native binding fra…
-
It might be interesting to add infinox capability to tipi.
-
The wiki intro says "The plan is to have it mostly functional by May 2019"
Just wondering if there is a update to that, either regarding how functional froid is today, or what the schedule plan/hop…
-
Currently, I trigger the compilation in the didSave notification. This leads to the following problem:
1. Module B is importing module A.
2. Make a change in module A (e.g. make an error leading t…
-
The functions were tested with the tutorials at the conduit's README. Of course, it doesn't cover all of the uses of all of the functions, and it's not automated.
-
# Situation Now
With `native-gen`, we have a great tool to create native definitions for java classes, interfaces, methods etc. Unfortunately, there is no bulletproof way to make it all correct aut…
-
[languages.yml](https://github.com/github-linguist/linguist/blob/cddf7476af4c95d1572956ffc5c0cb84f7e431c5/lib/linguist/languages.yml) in the GitHub linguist project has a good list of languages but I'…
-
With stock Cotton Scripting, you can only really use JavaScript for scripting, and even then Nashorn is being deprecated. I want to see if we can get some JSR-223 engine addons to let people run other…