true ifTrue: [ | boot |
self note: 'Generating boot file - copying fake.boot.txt'.
boot := ('../boot/fake.boot.txt') fileContents.
boot outputToFile: bootPathName.
^self
].
|
C:\C\go\go8>go run s8/go8 Running main() in ./go8.go (See also ./go.mod) Running Fake snapshot - About to boot Running, Fake Boot - See build/buildImage.st under 'Generating boot file...' Creating Object class with method for #hello Instantiating Object Sending #hello Hello from Smalltalk-Go! Hello, Fake Smalltalk - See build/buildImage.st under 'Writing the system snapshot'
| Note this platform is under construction, this binnacle is updated to current date of development |