dragoncoder047
dragoncoder047
earlier I think I mentioned that I implemented generic keywords by automatically wrapping them in `(quote)` in the reader, but that's probably a bad solution if I ever implement macros....
 The branch [exists](https://github.com/dragoncoder047/langton-music/tree/v3-dev) and is not corrupted, but the isomorphic-git gets stuck.
So I finally got Fusion.ruel to compile without errors... but then I checked the output and noticed a problem. Lines 83-91 of the [output](https://github.com/dragoncoder047/wiki/blob/00d34326833f0fd0448c99616eb7f3b4b6fef5e6/Rule:Fusion#L83) reference a variable called `anyNTAAHead.0`, but...
...[Previously](https://github.com/dragoncoder047/wiki/blob/b80dc50160054391101d54701c7074eae7982a64/Fusion.ruel) while I was working on the Fusion rule that caused all the bugs and crashes in #18, I ended up with this error: ``` Parsing... Error in @TABLE, line...
Github actions run: https://github.com/dragoncoder047/wiki/runs/6294632444?check_suite_focus=true#step:5:46 Nutshell file: https://github.com/dragoncoder047/wiki/blob/deadc2fc9702ebc98649487d18e433b8c1ef035e/Fusion.ruel ```pytb Traceback (most recent call last): ... 4 frames omitted ... File "/opt/hostedtoolcache/Python/3.9.12/x64/lib/python3.9/site-packages/nutshell/main.py", line 60, in _main for val in res: File "/opt/hostedtoolcache/Python/3.9.12/x64/lib/python3.9/site-packages/nutshell/main.py",...
 Standard differentiator circuit, just different values than the example. Scope is of the op amp output. When I toggle the logic input, I expect a sharp pulse in the...
In Common Lisp: ``` CL-USER> (progn ('print 'foo) (values)) Error: 'PRINT is not a function name; try using a symbol instead ``` But in uLisp: ```lisp > (progn ('print 'foo)...
``` > (let ((b 24)) (cons 'x (lambda (a) (print b) 42))) (x closure ((b . 24)) (a) (print b) 42) ``` Ideally, should be ``` (x . ) ```...
put in kaplayground: ```js kaplay({ scale: 3 }); const x = add([ anchor("center"), circle(3), color(RED), pos(), ]); getTreeRoot().use(pos()); onMouseMove(pos => { x.pos = getTreeRoot().fromScreen(pos); }); ``` red circle should be...
## **Describe the bug** This bug does not occur in Chrome or Firefox, it only occurs in Safari. The game just fails to load. ## **Version** 3001.0.0-alpha.19 loaded from unpkg....