Move syndicate-monolithic to new historical directory.

This commit is contained in:
Tony Garnock-Jones 2016-07-30 06:07:46 -04:00
parent 9241775879
commit 7a3973a097
35 changed files with 5 additions and 4 deletions

4
historical/README.md Normal file
View File

@ -0,0 +1,4 @@
# Historical implementations of Syndicate and its predecessors
- `syndicate-monolithic` is an implementation of the "monolithic
state change notification" dialect of Syndicate for Racket.

View File

@ -1,5 +1,5 @@
PACKAGENAME=syndicate
COLLECTS=syndicate syndicate-monolithic syndicate-gl
COLLECTS=syndicate syndicate-gl
all: setup

View File

@ -20,9 +20,6 @@ implementation of Syndicate in `syndicate`, which includes
- `syndicate-gl` is a Syndicate interface to 2D OpenGL based graphics
- `syndicate-monolithic` is an implementation of the "monolithic
state change notification" dialect of Syndicate
## Compiling and running the code
You will need Racket version 6.4.0.14 or later.