-
Early light table was portable.
Later versions exhibit a couple of problems with that regard:
- C++ binary
- dynamically linked with extremely poorly set runtime library search paths
- not presented …
-
looking at the table of contents, it seems like this is a tutorial series on domina, instead of clojurescript. if jayq is used, you won't have to spend so much time describing how a library works, and…
-
Have #162 read. Totally agreed.
Did some perf. tests: http://jsperf.com/opal-method-missing on recovery on method missing.
The tests show we could never break "hidden classes" optimization which is p…
-
with array inside a function is returned pharenvector
example
```
[1 2 3 4 5]
(sum [1 2 3 4 5])
```
is compiled to
```
use Pharen\Lexical as Lexical;
Lexical::$scopes['plambda'] = array();
array(…
-
This is just a thought, feel free to disagree with me, but I'd just like to throw the idea out there.
I have a suspicion, that once yield is available in more environments (I'm currently writing a sh…