hpi-swa / trufflesqueak

A Squeak/Smalltalk VM and Polyglot Programming Environment for the GraalVM.
MIT License
283 stars 14 forks source link

Feature Request: Support classes in fileOut format #127

Closed LeonBein closed 4 years ago

LeonBein commented 4 years ago

When creating classes in Smalltalk Image and fileOut-ing them, the resulting format ist not one Smalltalk script file, but a fileOut-formatted .st file. As a Smalltalk polyglot developer I would like to load classes by simply evaluating these files.