GLScript beta 6 has been released (0.6.0.592)
Its UI looks neat, tidy and much cleaner (linux users will see a vast improvment).
You can now resize the viewport and even have it full-screen, the scripts can be paused, the script automatically stops if you wish to exit (when it didn't it hung after trying to exit).
There is also a minor change to the way variables are defined, because of the optimization in the code to make it faster and more flexible, it allows variables to be set on the same line that they are defined in, E.G.
$X : Float = 12.34 //defines a floating point value with default of 12.34
$text : String = 'hello world'
GLScript has a twitter account.
Follow it for the latest GLS news.
I have noticed that there is an error in the windows installer for GLScript, if you want the latest windows version then you must download the zip file.