(env-ref <name> <aexp> <field-name>)
and pycc on Caprica produces calls like this:
(env-ref $env_t19 $env k18)
Aren't the first two arguments here referring to the same thing? $env is an argument to the lambda part of the closure, and $env_t19 is the name we're giving that environment in the make-env part of the closure. Why does the env-ref need both?
--
You received this message because you are subscribed to the Google Groups "Utah Compilers, Spring 2013" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utah-compilers-spri...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
What about app*? What does that do?