[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Larceny implementation notes
- To: srfi-102@xxxxxxxxxxxxxxxxx
- Subject: Larceny implementation notes
- From: leppie <xacc.ide@xxxxxxxxx>
- Date: Tue, 22 Sep 2009 14:08:49 +0200
- Delivered-to: srfi-102@xxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=L5O1DCum+MJrBnK189eAo9hVvqwDGEoArkZaAUdb23A=; b=qn1Tp8CPR2vvSAyQIIirozPJFgwkSJGkx1HtjazXGXhJkrn86pjO6qb0M7Fa9zNXmg s94hFbCcQYygZEEvuf5rYeGgEZEGsdte308kCEP/nb6neaLVDQ+YGnVd+a0RnVbp+HKJ iJ2wjjzQdaDA3i7aCZSOKIgRIj7B4RXcbwgso=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qmHh65tZyA352RsfNdI6VCpv+RN8dFvyBLRCwtgSPtRuL8k8lT3KQ3BsrW0FaNG+Wa sJMCjIKLVSXvOs1kU+M/n1ugd5UNGt/7DI1ko58CAPJZIaSfvG/Vr4TWCG+JbbT+kRq+ I4Uwd/W5UeoB0mS4PtpfSRtnO1knsGHYg3MR0=
Hi
Typo:
(define (procedure-arity-includes proc k) ; missing '?'
Also, it seems the logic for above is wrong.
(< k a)
- should be -
(>= k a) ; or swop k and a above.
Cheers
leppie
--
http://codeplex.com/IronScheme
http://xacc.wordpress.com