diff options
-rw-r--r-- | chicken-5.org | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chicken-5.org b/chicken-5.org index 1b3fc20..94da12f 100644 --- a/chicken-5.org +++ b/chicken-5.org @@ -322,6 +322,21 @@ Generated C is identical! +* CHICKEN 5: Odds and ends + +** Proper random number generator +*** Not using libc rand() anymore, but WELL512 +*** Seeded from OS entropy pool (/dev/urandom) + +** Symbols are garbage collected +*** Prevents obscure resource consumption attack + +** Removed bloat +*** SRFI-1, SRFI-13, SRFI-14, SRFI-69, SRFI-18 +*** moved out of core into eggs + +** Internals have been restructured/cleaned up + * Final words ** Most important eggs have already been ported! |