[View] [Edit] [Lock] [References] [Attachments] [History] [Home] [Changes] [Search] [Help]
[go8] Jumping into Go
Booting notes
Language conditions and conformance to S8 semantics
- nil is a predeclared identifier, which has no type in Go
We will use native nil and S8Nil (an instance of UndefinedObject)
Tests for nil will work for both
Implementing Boot
See also [S8] Implementing a BootSector.
Object model
SystemDictionary API
References