summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2019-05-04 21:38:18 +0200
committerPeter Bex <peter@more-magic.net>2019-05-04 21:38:18 +0200
commitfd32b90f756077fb83e2f856be64c4018e17f65a (patch)
treef36a03a071eaa718aeb930533522131c40e86714
parent56edd1becab0fe2b516da44621b732af4651a16c (diff)
downloadt-dose-chicken-5-fd32b90f756077fb83e2f856be64c4018e17f65a.tar.gz
Add outline, remove a few silly details about 5.1
-rw-r--r--chicken-5.org19
1 files changed, 10 insertions, 9 deletions
diff --git a/chicken-5.org b/chicken-5.org
index 94da12f..95800a3 100644
--- a/chicken-5.org
+++ b/chicken-5.org
@@ -23,6 +23,14 @@
eggs: postgresql, spiffy, http-client, ...
*** CHICKEN core contributor since late 2009
regex engine, macros, garbage collector, ...
+* Outline
+
+** Short intro to Scheme
+
+** Short intro to CHICKEN
+
+** What's new in CHICKEN 5
+
* Scheme: intro
Dialect of /LISP/, a functional language (impure)
LISP is from 1958, Scheme 1975; still here!
@@ -332,7 +340,7 @@
*** Prevents obscure resource consumption attack
** Removed bloat
-*** SRFI-1, SRFI-13, SRFI-14, SRFI-69, SRFI-18
+*** Several core functionalities have been
*** moved out of core into eggs
** Internals have been restructured/cleaned up
@@ -345,15 +353,8 @@
** Start porting your CHICKEN 4 code
How-to guide: wiki.call-cc.org/porting-c4-to-c5
-** CHICKEN 5.1 is upcoming
-*** Bugfixes, perf improvements, cleanups
- The usual
-
-*** New "c-objects" declaration in egg files
- Some eggs will require 5.1!
-
* Thank you!
- [[./chicken-logo.png]]
+ [[./chicken-logo.png]]
** CHICKEN website
call-cc.org