Packages (ii)
GNU Smalltalk User's Guide: Packages
The description looks fairly easy - this is what I see:
The description looks fairly easy - this is what I see:
st> PackageLoader fileInPackages: #('Blox').
st> !
"Scavenging... 92% reclaimed, done"
Loading package BloxTK
Object: DLD error: requested module blox-tk was not found
SystemExceptions.CInterfaceError(Exception)>> #signal
SystemExceptions.CInterfaceError class(Exception class)>> #signal:
DLD class>>#addModule:
optimized [] in PackageLoader class> > #primFileInPackage:
Set(HashedCollection)>> #do:
PackageLoader class> >#primFileInPackage:
optimized [] in PackageLoader class>> #fileInPackages:
OrderedCollection(SequenceableCollection)> > #do:
PackageLoader class>> #fileInPackages:
UndefinedObject>>#executeStatements
nil
st>
0 Comments:
Post a Comment
<< Home