smalltalk-tng

view r1/README @ 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 To start up:
3 $ sdl-csi tng.scm
5 You don't need to compile to .so yet - the interpreted versions work
6 fine and we don't yet need the speed.
8 Roadmap:
10 image.scm - image save/load code
11 interp.scm - (empty) will contain bytecode interpreter
12 kernel-methods.scm - primitive definitions
13 kernel.scm - image bootstrap code, primitive table, method glue
14 macros.scm - macros used by more than one file
15 morph.scm - (unfinished) will contain morphic-like UI definitions
16 oo.scm - core object structures and dispatch code
17 root-hooks.scm - include file defining global image structures
18 sdl-events.scm - include file defining available SDL event types
19 sugar.scm - (unfinished) aborted attempt at a macro-based parser
20 tng.scm ******* - MAIN FILE - LOAD THIS INTO sdl-csi
21 ui.scm - SDL-interface definitions + main loop
22 util.scm - various utilities