I am always thinking about some fantasy language that I might one day create.
I am particularly impressed by the simplicity of BASIC's use of variables:
A=ASC("K")
...which would put the integer value of the ASCII code for the letter K into variable A.
Which reminds me a little of R.
Weird day dream thought: what if we added lists to BASIC? What would that look like?




















