Long:
Nano is a portable virtual machine.
The programming language is assembler like, but it's easy to learn.
IMHO.
The main features are:
- types: byte, short int, long int, double and string.
- arrays
- console in-/output
ANSI output functions: text styles, text locating, cursor moving...
- file in-/output
- easy to use TCP/IP
- open source (GPL)
0.97: fread_ab, fwrite_ab, sread_ab, swrite_ab
Byte array read/write functions
runpr, runsh, waitpr
Process launching functions.
This is only available in the Windows and Linux port.
If you know how to do Process handling on Amiga, then contact me please.
Bugfixes:
0.94 3: fsize
0.94 2: strleft
0.92: floating-point numbers didn't work.
The manual is available in English and German.
You can find the source on my homepage: www.jay-t.de
|