|
|
|
|
|
by vanderZwan
3774 days ago
|
|
Well, Forth is considered untyped, which I think is apt: it's basically bytes on a stack passed between words, with semantic meaning completely in the programmer's head and hopefully well-documented. With that in mind, shouldn't we expect it to be a good base case for describing the "weakest typed" language? |
|