persia wrote:
It's pretty safe to say there is no OS5 outside of Taos Intent (AKA Amiga Anywhere) . AmigaDev works in dotNet, although they seem to have picked up some Linux skills as well. They aren't OS developers. Amiga Inc's website has been devoid of even fake announcements since February.
...
Any future that AmigaDos or an AmigaDos-like OS has is with us.
There has been some interest on AROS-Exec about porting an LLVM-based compiler to AROS so it can become somewhat more platform independent in its software. AROS has already been developed on the x86 and ported to the PowerPC and x86-64. My main concern is the lack of 68k support both in AROS and LLVM.
An AmigaOS that has support for multiple instruction sets will need a good intermediate code so that all of the apps will be able to install to each hardware platform. LLVM fits that bill rather nicely. (Not to mention it is used by Mesa to emulate shaders on systems that don't have them.)
If you're interested in LLVM the website for it is at
LLVM.org. Sidewinder and I'll probably be using it in the Mattathias BASIC compiler since it generates good code so quickly. I might be willing to even take a bounty to port LLVM to AROS if one were offered.