HackerTrans
トップ新着トレンドコメント過去質問紹介求人

SeenNotHeard

no profile record

投稿

The Relaunch of the Old West and Why I Chose Vanilla PHP

blog.alexseifert.com
5 ポイント·投稿者 SeenNotHeard·先月·1 コメント

IBM didn't want Microsoft to use the Tab key to move between dialog fields

devblogs.microsoft.com
397 ポイント·投稿者 SeenNotHeard·2 か月前·240 コメント

San Francisco streets with confusingly similar names

j-nelson.net
29 ポイント·投稿者 SeenNotHeard·2 か月前·47 コメント

Was Windows 1.0's lack of overlapping windows a legal or a technical matter?

retrocomputing.stackexchange.com
105 ポイント·投稿者 SeenNotHeard·4 か月前·82 コメント

Origin of the rule that swap size should be 2x of the physical memory

retrocomputing.stackexchange.com
66 ポイント·投稿者 SeenNotHeard·5 か月前·76 コメント

How were large Unix installations managed in the 80s/90s?

retrocomputing.stackexchange.com
7 ポイント·投稿者 SeenNotHeard·8 か月前·5 コメント

A surprise with how '#!' handles its program argument in practice

utcc.utoronto.ca
116 ポイント·投稿者 SeenNotHeard·8 か月前·107 コメント

The old church where one trillion webpages are being saved

cnn.com
3 ポイント·投稿者 SeenNotHeard·8 か月前·1 コメント

There's No Rust on This Ironclad Kernel: An OS Written in Ada

hackaday.com
8 ポイント·投稿者 SeenNotHeard·8 か月前·0 コメント

Who was "Paul's Method" named after (a.k.a. the MOS 6502 RTS trick)?

retrocomputing.stackexchange.com
2 ポイント·投稿者 SeenNotHeard·9 か月前·0 コメント

Why Unix requires mount points

utcc.utoronto.ca
2 ポイント·投稿者 SeenNotHeard·9 か月前·0 コメント

[untitled]

1 ポイント·投稿者 SeenNotHeard·9 か月前·0 コメント

コメント

SeenNotHeard
·10 か月前·議論
One limitation not mentioned is that Action! didn't support recursion. This had to do with how local variables were stored.

Whether it was the best language for 8-bit programming, it certainly was a great fit for the 6502, as the language targeted the peculiarities of that chip. Accessing hardware-specific features of the 8-bit Atari's was a snap, which was necessary in order to do anything more interesting than sieves or print loops.

Action! probably could've been ported to the Apple line, but 8-bits were winding down by the time it was released. Porting to 16-bit machines like the IBM PC or Mac (or even the Atari ST) would have been a tougher sell, since Pascal and C were better established by that point, and worked well on those machines.

Two bad things about Action!: Charging a license fee to distribute the runtime, and that dumb bang in the name.