← Back to context

Comment by lebuffon

14 hours ago

Forth is very good in this regard, because the word names are short and there is no "fluff" around the syntax if you can even call it syntax. Also there is no need to name your data. Literal numbers can be used just as easily even for memory addresses.

However there is no safety net. ;-)

Aside from shooting yourself in the foot, I don't see anything you've shared that can't be done in python.