Interesting. I saw another link here of someone who insists on making C# run everywhere, now someone who insists on LISPs.
I really want to try making a language that is imperative, like really imperative, where every line must start with a verb, just to see what it would look like.
> I really want to try making a language that is imperative, like really imperative, where every line must start with a verb, just to see what it would look like.
It would look like Tcl.
A bit but I don't like "set foo 32"
One way I think I can get rid of that is like this
But why do we even need variables? I think the perfect language design would be if you could just do this: And maybe you could do this Instead of result = pow(sqrt(pow(x, 2), pow(y, 2)) + 1, 2); that we have today.At that point you’re almost, but not quite into the realm of “forth”