>Basic interpreters? which?
>But we need compilers...
if you want a modern rapid develop Basic, you can use amiblitz.
sure its only 68k, but in AROS with the janus UAE you dont see if 68k or not.
maybe its a little slower as native, but X86 are so powerfull and i always see 68k Software in JIT UAE perform better as java or .net Software.
Amiblitz is also able to do what only in C can do, write a realtime Music studio that is fast enough on X86 at 1 ghz even if you use lots effects
http://www.hd-rec.de/HD-Rec/index.php?site=homeif you think 68k is dead end, 68k as codegenerator is currently used in simular way as LLVM do.
It cost lots work to support all CPU native, LLVM is the way to go.But no AOS have a LLVM layer.only what all AOS system have is a 68k Emu and JIT so Amiblitz use instead of LLVM virtual CPU the good old 68k that all amiga Systems can use.
http://llvm.org/