[plt-scheme] Syntax of Scheme
I guess you're reading HtDP?
If so, it generally it goes "open paren, operator, operands, close
paren" with some exceptions (cond, define, and define-struct), but you
can find the complete spec here:
http://www.htdp.org/2003-09-26/Book/curriculum-Z-H-11.html
Robby
On Jan 22, 2008 4:46 PM, Mr. Watson <graphettion at gmail.com> wrote:
> Hey all,
>
> Is there a web site or a cheat sheet on the syntax of scheme?
>
> Thanks,
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>