Enhancements for the scribble language (a documentation language based on Racket)
Go to file
Matthew Flatt 27d597b71f intern strings, etc. only when making syntax objects, not in `read'
Rename `read-intern-literal' to `datum-intern-literal'.

Interning is needed only in `read-syntax' or `datum->syntax' to
set up the invariants that the bytecode compiler needs for cross-module
optimization. When `read'ing numbers from a data file, meanwhile,
interning slows things down a lot and doesn't seem worthwhile.

original commit: ee775c3cc3088a8de848399b3c1eec97bbc52b89
2011-12-14 16:03:44 -07:00
collects intern strings, etc. only when making syntax objects, not in `read' 2011-12-14 16:03:44 -07:00
src/mac/cw C source and build changes to drop wx frm GRacket 2010-11-05 15:53:54 -06:00