Difference between revisions of "Other Links"

From Amiga Coding
Jump to: navigation, search
(added some Arexx links)
 
(7 intermediate revisions by 4 users not shown)
Line 6: Line 6:
 
* [http://aminet.net/util/rexx aminet.net/util/rexx]
 
* [http://aminet.net/util/rexx aminet.net/util/rexx]
 
* [http://aminet.net/search?query=reference+arexx Arexx references] (in AmigaGuide)
 
* [http://aminet.net/search?query=reference+arexx Arexx references] (in AmigaGuide)
 
+
* [http://wiki.amigaos.net/wiki/AmigaOS_Manual:_ARexx AmigaOS ARexx Manual]
  
 
==Amiga E==
 
==Amiga E==
Line 21: Line 21:
 
* [http://aminet.net/package/dev/e/2b_CreativE CreativeE (2001)]
 
* [http://aminet.net/package/dev/e/2b_CreativE CreativeE (2001)]
 
* [http://home.swipnet.se/blubbe/ECX/ ECX] (an AmigaE compiler which is still being updated)
 
* [http://home.swipnet.se/blubbe/ECX/ ECX] (an AmigaE compiler which is still being updated)
* [http://cshandley.co.uk/portable/ PortablE] (similar to AmigaE but designed for other platforms)
+
* [http://cshandley.co.uk/portable/ PortablE] (Reimplementation of AmigaE including support for other platforms)
 
 
  
 
==Assembler==
 
==Assembler==
 
===MC68k===
 
===MC68k===
* [http://saimobvq.interfree.it/ESA/index2.html ESA] (a code pre-processor that allows to enrich M68k assembly sources with typical higher-level constructions)
+
<!--* [http://saimobvq.interfree.it/ESA/index2.html ESA] (a code pre-processor that allows to enrich M68k assembly sources with typical higher-level constructions) Dead link-->
 
===PowerPC===
 
===PowerPC===
* [http://developer.apple.com/dev/techsupport/develop/issue21/21balance.html Balance of Power: Introducing PowerPC Assembly Language] (by Dave Evans)
+
<!--* [http://developer.apple.com/dev/techsupport/develop/issue21/21balance.html Balance of Power: Introducing PowerPC Assembly Language] (by Dave Evans) Dead link-->
 
 
  
 
==Other==
 
==Other==
* [http://www.jamiga.org/ JAmiga] ('from scratch' implementation of a Java Virtual Machine for AmigaOS)
+
<!--* [http://www.jamiga.org/ JAmiga] ('from scratch' implementation of a Java Virtual Machine for AmigaOS) Dead link-->
 
* [http://aminet.net/search?name=feelin&path=dev/gui&q_desc=OR&desc=feelin Files on Aminet for Feelin] (open-source object-oriented framework for AmigaOS, AROS, MOS and AOS4)
 
* [http://aminet.net/search?name=feelin&path=dev/gui&q_desc=OR&desc=feelin Files on Aminet for Feelin] (open-source object-oriented framework for AmigaOS, AROS, MOS and AOS4)
 
* [http://aminet.net/search?query=eiffel Files on Aminet for Eiffel] (an object-oriented language, see [http://en.wikipedia.org/wiki/Eiffel_(programming_language) Wikipedia/Eiffel])
 
* [http://aminet.net/search?query=eiffel Files on Aminet for Eiffel] (an object-oriented language, see [http://en.wikipedia.org/wiki/Eiffel_(programming_language) Wikipedia/Eiffel])
* [http://aminet.net/search?name=lua&path=dev/lang&q_desc=OR&desc=lua Files on Aminet for LUA] (an functional programming/scripting language, see [http://en.wikipedia.org/wiki/Lua_(programming_language) Wikipedia/LUA])
+
* [http://aminet.net/search?name=lua&path=dev/lang&q_desc=OR&desc=lua Files on Aminet for LUA] (a functional programming/scripting language, see [http://en.wikipedia.org/wiki/Lua_(programming_language) Wikipedia/LUA])
 
* [http://www.os4depot.net/?function=showfile&file=development/language/agletm2ppc.lha AgletM2 PPC] (Modula-2 Native PPC compiler for AmigaOS 4)
 
* [http://www.os4depot.net/?function=showfile&file=development/language/agletm2ppc.lha AgletM2 PPC] (Modula-2 Native PPC compiler for AmigaOS 4)
 +
[[Category:Programming languages]]

Latest revision as of 11:23, 8 February 2017

Arexx

Amiga E

Discussion

  • irc.freenode.net at #amigae

Amiga E compilers

Assembler

MC68k

PowerPC

Other