stuhlmueller / scheme-transforms

Continuation-passing style and closure conversion transforms for r6rs scheme.
12 stars 1 forks source link

Change CC variable naming #4

Open stuhlmueller opened 13 years ago

stuhlmueller commented 13 years ago

probably the right solution is for cc to rename the formal params of lambdas to canonical symbols ('a1 'a2..) -- there's no risk of name collision with something in the closure env since cc makes all env variables explicit