help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Community sprint


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Community sprint
Date: Fri, 29 Sep 2006 11:52:55 +0200
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]