![](https://secure.gravatar.com/avatar/7c7c3cf7a6e43916a9c03ffdd1d77e58.jpg?s=120&d=mm&r=g)
I just read about this because it was posted on reddit.. http://www.zedshaw.com/projects/earing/ It just made me wonder.. it actually sounds like it would make an interesting back-end for something like ChucK. It assembles a sort of high-level assembler code, loads it into memory dynamically and compiles it to actual machine code to run at 100% CPU speed. Features (from the site): * You can swap the contents of functions or alter them as if they were data. * You can plug in any memory management you need. * It can open dynamic libraries and run the functions like they are another module. * You can ship the code to other machines and they'll just run it. * It's still fast because, after the first compile, it runs at CPU speed. Pretty interesting! The thought of using an alternative VM for running ChucK code more efficiently is kind of interesting.. ChucK could compile down to this EaRing bytecode and then let its VM and "assembler" take care of the heavy lifting to make things run at top speed. Steve