|
|
|
|
|
by dansalvato
870 days ago
|
|
The Amiga I grew up with only ever had AmigaOS 1.3, but I’ve heard a lot of praise surrounding ARexx, a scripting language that I believe shipped with 2.0 and later. From the AmigaOS wiki: > The ARexx programming language can act as a central hub through which applications - even those created by different companies - can exchange data and commands. For example, using ARexx you can instruct a telecommunications package to dial an electronic bulletin board, download financial data from the bulletin board, and then automatically pass the data to a spreadsheet program for statistical analysis - without any user intervention. On a more personal note, I’ve been working on a game for classic Amiga over the past couple years, and it feels like such a novelty to have OS bindings for things like memory allocation and file handling while working with a machine from 1985. Especially for file handling, I have the assurance that my game will run off of floppy, hard disk, or even a RAM disk on any generation Amiga, because I get to use modern file path logic via the DOS library. |
|
E.g dbus on Linux is comparatively underused because the threshold to using it is too high.