nikodemus/foolang

extensions to builtins work in repl

Closed this issue · 1 comments

> 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 metacircular interpreter works. I'm pretty sure I was pushing towards this before I went on hiatus...

Closed as duplicate of #833, pretty much. Except that is a feature.