|
|
|
|
|
by rtz121
1481 days ago
|
|
In Smalltalk there is no such thing as source files. Your program is an image which can be freely modified and dumped. Look at Pharo[1] which is a modern Smalltalk environment. You start it up and create classes in the IDE, but never do you create "source files". [1] https://pharo.org/ |
|
https://books.google.com/books?id=hfpwEAAAQBAJ&lpg=PA75&ots=...
> In Smalltalk there is no such thing as source files...