Difference between revisions of "Other Links"

From Amiga Coding
Jump to: navigation, search
(updated 'Amiga E' links)
 
(14 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
==Arexx==
 
==Arexx==
 
* [http://web.archive.org/web/20020405121853/http://www.halcyon.com/robin/www/arexxguide/main.html ARexx guide] (last updated jun-1995)
 
* [http://web.archive.org/web/20020405121853/http://www.halcyon.com/robin/www/arexxguide/main.html ARexx guide] (last updated jun-1995)
 
+
* [http://members.cox.net/midian/tutorials/arexx1.htm Beginning ARexx]
 +
* [http://members.cox.net/midian/tutorials/arexx2.htm Loops and Conditionals]
 +
* [http://aminet.net/util/rexx aminet.net/util/rexx]
 +
* [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 17: 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://amiga.cshandley.co.uk/PortablE.html PortablE] (beta's so far only released on AmigaE mailing list)
+
* [http://cshandley.co.uk/portable/ PortablE] (Reimplementation of AmigaE including support for other platforms)
  
 +
==Assembler==
 +
===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) Dead link-->
 +
===PowerPC===
 +
<!--* [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://pingu.ii.uj.edu.pl/~armo/amipascal/ AmiPascal] (Amiga Visual Object Pascal)
+
<!--* [http://www.jamiga.org/ JAmiga] ('from scratch' implementation of a Java Virtual Machine for AmigaOS) Dead link-->
* [http://www.jamiga.org/ JAmiga] ('from scratch' implementation of a Java Virtual Machine for AmigaOS)
+
* [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?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)
 +
[[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