-
- [x] Remove random module
- [x] Remove metacircular module
- Do we need the whole Sequence business? It's a lazy range-like library from Wren core.
p0nce updated
2 years ago
-
Hi @jart , jaw-dropping work!
What's the typical runtime memory footprint when it is loaded?
-
Would you please comment here on whether you feel happy about me mentioning 007 in relation to P6, or to Rakudo, on SO and/or other places, in the sort of manner I quote below.
In addition, please …
raiph updated
2 years ago
-
```
> extend Integer
| method ding "Dong!"!
| end
ERROR: Integer does not understand: #__addInstanceMethod:
```
This is not as simple as it looks like, being very much a question of how the meta…
-
Evaluating the following expression in QEMU using `make test1` crashes the interpreter:
```
((LAMBDA (B) B)(QUOTE C))
```
When this expression starts being evaluated, the interpreter stops running…
-
I'm getting segfaults when trying to run the following simple program embedded in the metacircular evaluator as run by lisp.c. I've tried on a Raspberry Pi and Mac OS X. It works if I remove the dot. …
-
As I was experimenting with #348 a bit, I realized for the first time that running something like this:
```
> (thread (let n 0 (while (< (++ n) 5)) (set aborted t) (pr 'aborted \lf)))
aborted
(a…
masak updated
3 years ago
-
Are you accepting improvements? I have found your project on HN in the comments to [miniforth](https://github.com/NieDzejkob/miniforth), where I helped reduce the size.
I think that "Intern" can ta…
-
The https://urbit.org/docs/tutorials/hoon/ page sort of jumps right in and assumes I'm already convinced I want to learn the language. I think it would be helpful to provide extra context about the la…
-
👋🏼 Hi all, great work! I'm super happy to see a spec-compliant metacircular interpreter for ES.
Similar to https://github.com/engine262/engine262/issues/149, I'm interested in utilizing engine262…