Hacker News new | ask | show | jobs
by bensummers 3164 days ago
This was interesting to program. Apart from having to use assembler (which was no big deal in '95), you had to structure your program as lots of tiny objects which communicated through messages.

There was no obvious way of running a program which was not designed for this architecture on the OS, except for making one massive object, which then lost all the other benefits.

Pity it didn't go further. :-(