|
|
|
|
|
by chuckadams
419 days ago
|
|
LambdaMOO was ahead of its time in many ways: lists are immutable, but there was a handy splice operator. Verbs could have aliases and wildcards or both, allowing for some interesting namespace-like behavior. Would have been nice if they could have completely decoupled the built in parser before development died off, but it should be a pretty simple task nowadays, and some places like E_MOO managed to soft-code some pretty decent parsers regardless. |
|
And the builtin one I wrote in mooR is built to be pluggable (Rust trait) so should be possible to swap it out.