Re: [Chicken-hackers] [PATCH] Fix #1133

2014-07-04 Thread Jörg F. Wittenberger
+1 … Am 03.07.2014 20:23, schrieb Aleksej Saushev: In general, CMake doesn't solve any real problem of Make. In some aspects it is a step back even. CMake is mostly equivalent to Make + some autotools. Plus: this mixing of make's job with the configuration management is what I perceive as

[Chicken-hackers] [PATCH 0/3] Full lambda list support for define-values, set!-values, letrec-values

2014-07-04 Thread Evan Hanson
Hi all, The attached patches add proper lambda list support for the following forms, respectively: 1. define-values and set!-values 2. Internal definitions using define-values 3. letrec-values Collectively, the set moves some logic for expanding multi-valued assignments that had