[View] [Edit] [Lock] [References] [Attachments] [History] [Home] [Changes] [Search] [Help]
[r8] jumping into R
Booting notes
Language conditions and conformance to S8 semantics
- Multiline comments are not defined in R
- nil is NULL (or an UndefinedObject)
- S8 object model on top of "R6 OOP system"
Implementing Boot
See also [S8] Implementing a BootSector.
Object model
SystemDictionary API
- properties:
- named self$propName
- indexed self[[propNameString]]
- #isNil: and #notNil: implementation
- #setClass
- #setVarNames
- #newArray
- #fnInSpec
- #setProtoOf:to:
- #newConstructor
- #linkNative:to:
- #bindCore
References