I want to pick up a scripting language for real legacy hardware. It must be compilable for 16-bit. What may suffice?
feedback
|
|
I don't know if Forth can be considered a scripting language, but it was born on 16-bit systems and compilers still exist for 16-bit. There are several downloadable 16-bit Forth compilers on the Forth Compilers Page. For instance Tom Zimmer's FPC V3.6, Forth (16-bit) for MS-DOS. Download (1.1 MB). | ||||
|
feedback
|
|
It very much depends what you mean by 16-bit - what hardware and OS are you meaning? Assuming that you mean a 16-bit PC platform running MSDOS/DRDOS/FreeDOS/similar then you could try 4DOS which replaces command.com and adds, amongst many useful features, additional constructs to batch file processing. I've not used it since the early/mid 90s, but the wikipedia page suggests it is still going and there is a free version that can be used with FreeDOS. | |||
|
feedback
|