Update README, and replace links to github with links to git.syndicate-lang.org

This commit is contained in:
Tony Garnock-Jones 2021-05-12 14:43:04 +02:00
parent 3030d1959e
commit 90c4c60699
2 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,17 @@
# Second Racket implementation of Syndicate
## Quickstart
raco pkg install syndicate
or
git clone https://git.syndicate-lang.org/syndicate-lang/syndicate-rkt
cd syndicate-rkt
make link
For more detail, [see below](#compiling-and-running-the-code).
## The language itself
This repository contains a [Racket](http://racket-lang.org/)
@ -26,7 +38,7 @@ itself.
It gains a *significant* performance advantage by doing so.
Programs seem to be about *20x faster* (compared to the
[previous implementation](https://github.com/tonyg/syndicate/tree/master/racket)).
[previous implementation](https://git.syndicate-lang.org/syndicate-lang/syndicate-2017/src/branch/main/racket)).
Some are only 10x faster, some are 30x faster.
The implementation techniques herein are the subject of a forthcoming

View File

@ -82,7 +82,7 @@
"\r\n"
"<h1>Hello world from syndicate-netstack!</h1>\n"
"<p>This is running on syndicate's own\n"
"<a href='https://github.com/tonyg/syndicate/'>\n"
"<a href='https://git.syndicate-lang.org/syndicate-lang/syndicate-rkt/src/branch/main/syndicate-examples/netstack'>\n"
"TCP/IP stack</a>.</p>\n"
"<p>There have been ~a requests prior to this one.</p>\n")
counter)))