From fd32b90f756077fb83e2f856be64c4018e17f65a Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sat, 4 May 2019 21:38:18 +0200 Subject: Add outline, remove a few silly details about 5.1 --- chicken-5.org | 19 ++++++++++--------- 1 file 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 -- cgit v1.2.3