Oxygen Basic
Information => Reference => Topic started by: efgee on January 05, 2012, 12:12:19 PM
-
Charles,
maybe an interesting read for you:
http://www.red-lang.org/2011/12/arm-support-released.html
http://www.red-lang.org/2011/07/mac-os-x-port-released.html
http://www.red-lang.org/2011/03/taking-redsystem-pill.html
These guys also create a compiler that is even able to cross compile (Windows/Linux/MacOS/LinuxARM/Android etc.)
For now 32 bit console-only though, but looking at their road-map x64 is planned (after AVR, JVM, AVM2 and CLR; strange decision...)
On my machine a native 32bit "Hello World!" app compiles to 6kb.
For now you need to download Rebol/Core in order to use it, instructions here: https://github.com/dockimbel/Red
Have fun...
-
Hi Frank,
Thanks for the links. I had a look at REBOL too:
http://en.wikipedia.org/wiki/REBOL
http://rebol.com/
http://www.rebol.org/script-index.r
http://musiclessonz.com/rebol_tutorial.html
I am currently exploring Javascript as one of the possible Oxygen emitters
Charles
-
Charles,
How goes the LLVM emitter?
James
-
Hi James,
I'm gradually getting an overview of several possible emitters, to see what infrastructure is needed. LLVM will need a different kind of expression analyser, since the one I use is stack-based.
Charles
-
Charles, I know you have put a lot of effort into emitters, but I don't think you should go that route as LLVM and GCC offer front ends and then there is SWIG that does almost all the work for you.
On the other hand, I think you got into all of this because you liked making your own stuff and that is where your main interest is and you couldn't help that you came up with a language we want to use everywhere :)
-
Emitting C, is probably the easiest to go for. I put in an abstract assembly code layer to remove most of the x86-specifics from the early compilation stages, and C would sit somewhere above this.
Welding GCC onto the back-end is a whole new game :)
-
Looking at the front end stuff, it is not easy at all to grasp, but heck if you can write assembly code to layer away the x86 stuff, it would probably be a piece of cake for you and your abilities :)
-
(http://files.allbasic.info/O2/o2wizzard.gif)
-
You forgot to title that masterful gif John to the "Welsh Wizard"
-
Charles needs no introduction.