On 08/11/2011, at 9:49 AM, john skaller wrote:
> 
> [BTW: another bug or so has surfaced: the iteration doesn't compile if the
> symbols cp and srcs are replaced by their values .. I don't know why]


Argg .. yes it does .. the compiler messages are confusing but the bottom
line is that this doesn't work:

iter (proc ..) list(...);

because I meant:

iter (proc ..) (list(...));

otherwise we're trying to pass "list" as an argument to iter, which
confuses everything quite a bit :)

--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to