Smalltalk Express: Weird classes with names made up of spaces - Smalltalk
This is a discussion on Smalltalk Express: Weird classes with names made up of spaces - Smalltalk ; Hello,
if i "do" the following code in Smalltak Express:
(Object allSubclasses) do: [ :each | Transcript show: each asString; cr]
I get a list of classes, where the first entries look like this:
Name=' ' id=323
Name=' ' id=380
...
-
Smalltalk Express: Weird classes with names made up of spaces
Hello,
if i "do" the following code in Smalltak Express:
(Object allSubclasses) do: [ :each | Transcript show: each asString; cr]
I get a list of classes, where the first entries look like this:
Name=' ' id=323
Name=' ' id=380
Name=' ' id=349
Name=' ' id=343
Name=' ' id=341
Name=' ' id=337
Name=' ' id=373
Name=' ' id=369
Name=' ' id=365
Name=' ' id=355
Name=' ' id=367
Name=' ' id=361
Name=' ' id=351
Name=' ' id=353
Name=' ' id=333
Name=' ' id=335
Can anyone tell me please, what these classes are for?
Greatings,
Michael
-
Re: Smalltalk Express: Weird classes with names made up of spaces
"Michael Paap" <spamgrube@mpaap.de> wrote in message
news:eii752$6eu$1@newsreader2.netcologne.de...
>
> Can anyone tell me please, what these classes are for?
Compiling, parsing and other "proprietary" stuff (at the time).
-Eric Clayberg
Sr. Vice President of Product Development
Instantiations, Inc.
mailto:clayberg@instantiations.com
http://www.instantiations.com/vast
-
Re: Smalltalk Express: Weird classes with names made up of spaces
Eric Clayberg wrote:
> Compiling, parsing and other "proprietary" stuff (at the time).
Thank you!
Michael
Similar Threads
-
By Application Development in forum Perl
Replies: 0
Last Post: 10-07-2007, 08:03 AM
-
By Application Development in forum Perl
Replies: 0
Last Post: 08-08-2007, 08:03 PM
-
By Application Development in forum TCL
Replies: 2
Last Post: 08-01-2007, 03:15 PM
-
By Application Development in forum Perl
Replies: 0
Last Post: 05-13-2007, 08:03 PM
-
By Application Development in forum Pine
Replies: 2
Last Post: 03-12-2007, 10:44 PM