1Apr/08Off
Milestone
Today I installed VMWare Fusion, downloaded an Ubuntu server image, and made three copies of it.
I wanted one image to test the io language, one to test the Rubinius virtual machine for Ruby, and one for testing the Scala language.
So far I have the io and rubinius VMs up and running. I haven't tested any io code yet, but I have tested some sample code that uses Actors against the Rubinius VM.
I'm doing this for my term paper for CSC464 which is about the Actor Model.
1Apr/08Off
links for 2008-04-02
-
Which is what makes the situation with Java so bad. Not only is the language bad, the VM is fatally flawed when it comes to actor style concurrency (which is why for all its niceties, Scala will suffer the same problems as Java).


