What are my dreams:
1) Have a good set of libraries
2) Create scalable and portable applications in smalltalk (GST is the unique choice at the moment)
3) Have a decent and appealing scripting syntax -- no file-outs.

In what sense? You mean all that code for creating classes and methods should be reinvented for scripting?
Aren't file outs important for bringing out packages?
Class name: #Number extend: #Object [
   Method [
       isNumber
           ^true
   ]
]

or something like that.  No "exclamation-mark separated" file-outs.

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to