Posted September 27, 2009
I've seen a few projects rearing up to try to port Ruby to JavaScript (such as HotRuby). This is all entertaining and everything, but here's a few problems as I see it:
- You are still limited to JavaScript's security model
- You are still limited to JavaScript's single-thread architecture
- JavaScript i…
Read more
Posted September 24, 2009
A while back I started a little project to enable scripting in a browser in languages other than JavaScript. Let's be honest - JavaScript is horrible. The project was inspired by several others I came across, and like those projects I opted for a Java Applet which would facilitate communication betw…
Read more