From e31ac8e445cb4032cec3c3e8008b24d3856be0b4 Mon Sep 17 00:00:00 2001
From: Vanessa Freudenberg SqueakJS executes Squeak in a web page without a plugin.
- It is a fully capable virtual machine implemented in pure JavaScript running unmodified Squeak images.
+ SqueakJS executes Squeak in a web page.
+ It is a fully capable virtual machine implemented in pure JavaScript running unmodified Smalltalk images.
Squeak is a modern implementation of Smalltalk, the original dynamic object-oriented programming environment.
- It runs bit-identically on virtually any platform, and now in the web browser, too.SqueakJS
@@ -66,12 +65,14 @@ SqueakJS
About
-
You can try SqueakJS right now: Mini Squeak is a very stripped-down but fast version, +
You can try SqueakJS right now: Mini Squeak is a very old stripped-down but fast version, or the full-blown Etoys and Scratch applications. Even the 3D environment Croquet runs in SqueakJS. Also interesting might be the Lively Squeak @@ -79,7 +80,8 @@
But even more interesting is running your own Squeak images: you can drop a Squeak image from your computer into the Launcher page, - or construct a URL to have it run an image from your web server. Or build your own web app, + or construct a URL to have it run an image from your web server. There are runnable links + to various Smalltalk versions on that page, too. Or build your own web app, perhaps using the JavaScript bridge.
Contributions are very welcome!