<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Hans;</div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

No, I am making my own language right now using Bison/Flex, but its syntax is what is expected as standard. For example, (x, y) |-> x + y evaluates to (lambda (x y) (+ x y)). But is possible to have more complicated things, like functionals with variable arguments:<br>

  (x, y, ...) (z, ...) |-> [x, y, z]<br>
    --> (lambda (x . y) (lambda z (list x y z)))<br>
Or calling functions:<br>
  f(a, b)(c, d)<br>
    --> ((f a b) c d)<div class="im"><br></div></blockquote><div><br></div><div>Got it. Seems like you are aiming for something with Scheme's "purity" (for lack of a better word) and yet with ChucK's "read left to right, like a novel" style instead of "read inside to outside, which will come down to right to left, most of the time, unless we need multiple lines in which case you better have a good editor". If so; that should be good.</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br></div>
I have just started, but it moves fast forward.<div class="im"><br></div></blockquote><div><br></div><div>Send me a note when you have a twitter or RSS feed or similar for this.</div><div><br></div><div><br></div><div>Kas.</div>
</div>