I knew some people at Nintendo have been doing something with Squeak Smalltalk. At least this aspect of that was not something I'd expected...
Using commands
From the command line shell, you can use the programs like below. Most of the commands are written in ECMAScript:
Command Name Description cat [file ...] Prints the contents of files to the screen cd [dir] Sets the current directory to dir clear Clears the canvas for drawing graphics date [-u] Displays the current date and time. echo [arg ...] Prints the arguments to the screen edit [file] Edits text files exit Exits the command line shell figure Draws chars using the CanvasRenderingContext2D interface (A demo script) ls [dir ...] Lists names of objects in the directory rm [file ...] Removes the files squeak Squeak - a Smalltalk programming environment
1 comments:
I went through many sites of the Smalltalk and agree with all the supporters of Smalltalk. Though Smalltalk is not that popular these days, there is a new renaissance in Smalltalk development, thanks to Squeak. The more I learn about Smalltalk and Squeak the more I’m impressed. If you are programming savvy it is worth a look. In the process of my learning I have collected some good sites (more than 200) related to Smalltalk and Squeak (lessons, tutorials and programming). If you are interested take a look at the below link.
http://markthispage.blogspot.com/2009/06/more-than-200-sites-to-study-smalltalk.html
Post a Comment