[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] NumberScript -- a little language that compiles to Lua
- From: Patrick Rapin <toupie300@...>
- Date: Sun, 24 Jun 2012 20:02:20 +0200
> NumberScript has a compact syntax.
Well...
9795508356633822141337704998199448662254090
seems much more verbose to me than
print "Hello Lua!"
>There's no significant whitespace, no
> semicolons, no braces, no operators. It uses only the numbers '0' - '9'.
First computers had to be programmed in binary mode : hexadecimal,
assembly, Pascal, C, C++ and finally Lua languages have been invented
after.
Programming in decimal may be similar to programming in hexadecimal,
but less handy. ;-)