-
_first draft, need to do more homework_
I'm putting this up here for discussion. It certainly works. I'm just not sure it checks fulfills all criteria it should.
``` javascript
referee.add('bind', {…
-
There are some nice, mostly auto-generated sanity tests already, but I've put off some of the more higher level integration and "happy-path" tests while exploring the design and implementation.
Some …
-
It would be great to have bindings for https://hackage.haskell.org/package/dear-imgui, which is a GUI library.
-
Thanks for the translator! Just had one stumbling block.
The parser fails on nested object notation.
```
.fb-like{ :data => { :send => false, :width => 100, :"show-faces" => false, :action => "recom…
-
From a slack thread: https://kotlinlang.slack.com/archives/C5UPMM0A0/p1554022508033000
Right now there are several weird things around the Free-monad: (when I refer to Free later on I mean the Free-M…
-
-
The arrow syntax introduces a local variable.
```
1 -> x;
```
Introducing another local by the same name doesn’t mutate it in place. Rather, the new variable shadows the original one.
```
1 -> x;
x…
-
We need more quantity. As a first step, we can collate benchmarks from papers.
-
It has to happen sometime. Probably not until a proof of concept is already working and the language isn't constantly changing.
-
Have you ever thought about incorporating an option monad into Dotnet? While C# may not be inherently a functional language, expecting it to be a built-in structure might be unrealistic. Nevertheless,…