| Task | Parsing word | Ordinary word |
|---|---|---|
| Defining a word | : | define-compound |
| Defining a symbol | SYMBOL: | define-symbol |
| Defining a generic word | GENERIC: | define-generic |
| Defining a generic word | G: | define-generic* |
| Defining a method | M: | define-method |
| Defining a tuple class | TUPLE: | define-tuple |
This sounds a bit like some other language which I've used before but I can't put my finger on it.
ReplyDeleteForth, of course.
ReplyDelete