jeffrey miller wrote: >> >> Javascript was such a hack... > > Oh, its not going to win any prizes, that's for sure :) > I think the real problem with Javascript is that there are things that were reserved to Java. For example, there _should_ be a kind of function like
g = picture(500, 300); that would reserve a 500 x 300 graphic area, that might then be painted, turned into a grid, etc. Java is simply horrible to work with, with simple things taking an enormous time to compile and debug, and complex things taking an enormous time to execute. Alberto Monteiro
