1. Re: [If/then and sequences...]
>Why not go all the way, and have no language at all,
>just function
>call. Yeah that makes a whole lot of sense. No, wait, THAT'S STUPID.
>
> eq() function... sheesh... that's one for the books...
Ever come across Forth? Everything in Forth is either a literal or a
function. Even things like '+' '=' etc are functions. Variables are
functions! Type in a variable name and it "executes" by putting its address
onto the parameter stack. Come to think of it, literals are functions too.
Typing in a literal causes it to execute by put its value on to the
parameter stack.
-----
cheers,
Derek Parnell