smalltalk-tng

view r1/root-hooks.scm @ 321:c4a0718c2d3c

Sketch of dependencies
author Tony Garnock-Jones <tonygarnockjones@gmail.com>
date Sat Oct 08 15:36:03 2011 -0400 (7 months ago)
parents
children
line source
1 ;; This file is included with a local macro definition for def
2 ;; in kernel.scm.
4 (def (*nil* Nil)
5 (*no-role* NoRole)
7 (*traits-method* #f)
8 (*method* Method)
10 (*traits-traits* Traits)
12 (*traits-root* #f)
13 (*root* Root)
15 (*traits-oddball* #f)
16 (*traits-derivable* #f)
17 (*traits-cloneable* #f)
19 (*oddball* Oddball)
21 (*derivable* Derivable)
22 (*cloneable* Cloneable)
24 (*traits-number* #f)
25 (*traits-character* #f)
26 (*traits-boolean* #f)
27 (*traits-symbol* #f)
28 (*traits-tuple* #f)
29 (*traits-pair* #f)
30 (*traits-string* #f)
32 (*traits-socket* #f)
33 (*traits-sdl-surface* #f)
34 (*traits-sdl-event* #f)
35 (*traits-ttf-font* #f)
37 (*true* True)
38 (*false* False)
40 (*tuple* Tuple)
41 (*string* String)
42 (*symbol* Symbol)
43 (*number* Number)
44 (*pair* Pair)
46 (*traits-block* #f)
47 (*block* Block)
49 ;; Language-specific -----------
50 (*traits-cell* #f)
51 (*cell* Cell)
52 (*traits-location* #f)
53 (*location* Location)
54 (*boot-block* BootBlock)
55 (*globals* Globals)
56 ;; -----------------------------
57 )