I want to pick up a scripting language for real legacy hardware. It must be compilable for 16-bit. What may suffice?

link|improve this question

What type of os? – Nifle Mar 8 '10 at 8:54
And what do you mean by real legacy hardware (just curious) – Nifle Mar 8 '10 at 8:58
The OS is Minix. It is 80286. – codeholic Mar 8 '10 at 14:59
feedback

2 Answers

up vote 1 down vote accepted

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).

link|improve this answer
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.