gtk+/gnome folks were apparently at least vaguely aware of Amiga MUI e.g. discussing it in a context of implementing theming/styling in Feb 1998 - https://lists.gnome.org/archives/gnome-themes-list/1998-Febr...
Historical interest: Amiga BOOPSI. Not saying it was perfect, but it certainly existed. http://en.wikipedia.org/wiki/BOOPSI http://en.wikibooks.org/wiki/Aros/Developer/Docs/Libraries/I...
Well, Archie or Amiga versions might be worth a look. Bell does say "regarded by many as the best ever version" about the Archie version on the page: http://www.iancgbell.clara.net/elite/game.htm Though I was on an…
fortran really lets you start from any integer index, including negative ones, 1 is just a default if you omit the lower bound. But it's not half-open when you declare (or use slicing) i.e. it uses inclusive lower and…
gtk+/gnome folks were apparently at least vaguely aware of Amiga MUI e.g. discussing it in a context of implementing theming/styling in Feb 1998 - https://lists.gnome.org/archives/gnome-themes-list/1998-Febr...
Historical interest: Amiga BOOPSI. Not saying it was perfect, but it certainly existed. http://en.wikipedia.org/wiki/BOOPSI http://en.wikibooks.org/wiki/Aros/Developer/Docs/Libraries/I...
Well, Archie or Amiga versions might be worth a look. Bell does say "regarded by many as the best ever version" about the Archie version on the page: http://www.iancgbell.clara.net/elite/game.htm Though I was on an…
fortran really lets you start from any integer index, including negative ones, 1 is just a default if you omit the lower bound. But it's not half-open when you declare (or use slicing) i.e. it uses inclusive lower and…