Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
teaching:cc4101:tareas:2016-1:tarea3 [2016/06/16 19:18] – created etanter | teaching:cc4101:tareas:2016-1:tarea3 [2016/06/16 21:43] (current) – [(1.0pt) Software adaptable al contexto] fmosso | ||
---|---|---|---|
Line 129: | Line 129: | ||
[show number-> | [show number-> | ||
((fun (x) (x 4)) show))) | ((fun (x) (x 4)) show))) | ||
- | 4 | + | "4" |
</ | </ | ||
Line 242: | Line 242: | ||
cuando aplicamos '' | cuando aplicamos '' | ||
- | La forma más conveniente de implementar esto es usando una variable dinámica, es decir, con alcance dinámico. Una variable | + | La forma más conveniente de implementar esto es usando una variable dinámica, es decir, con alcance dinámico. Una variable |
Para aprender a usar variables dinámicas en Racket, refierase a la [[https:// | Para aprender a usar variables dinámicas en Racket, refierase a la [[https:// |