~ chicken-core (chicken-5) 3ec707caf7c1c986055f2e53b1ef397276f17504
commit 3ec707caf7c1c986055f2e53b1ef397276f17504 Author: Peter Bex <peter@more-magic.net> AuthorDate: Wed Jul 21 11:35:18 2021 +0200 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Wed Jul 21 13:03:21 2021 +0200 Remove severely outdated README section on compatibility This mentioned only the upgrade from 3 to 4, and had nothing about 4 to 5 anyway. Better to remove it completely to avoid confusion. Signed-off-by: Mario Domenech Goulart <mario@parenteses.org> diff --git a/README b/README index b2cc4fa5..20c4546b 100644 --- a/README +++ b/README @@ -687,18 +687,7 @@ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/ extensions for Scheme and CHICKEN programming. - 8. Compatibility notes - - In CHICKEN 4, the macro system has been reimplemented - completely and provides module system, which has considerably - more flexibility and power, but will require the - re-implementation of macros in code that previously was used - with CHICKEN 3. Notably, `define-macro' is not available - anymore. See the manual on how to translate such macros to - low-level hygienic macros or ask on the CHICKEN mailing list. - - - 9. What's next? + 8. What's next? If you find any bugs, or want to report a problem, please send a detailed bug report.Trap