Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
teaching:cc4101:tareas:2015-2:tarea4 [2015/11/10 00:57] – created racruzteaching:cc4101:tareas:2015-2:tarea4 [2015/11/21 14:22] (current) – [Trabajando con Streams] racruz
Line 1: Line 1:
 ====== Tarea 4 ====== ====== Tarea 4 ======
-Esta tarea se distribuye con dos ficheros start.rkt y tests.rkt (mediante U-Cursos). Considere las definiciones del archivo start.rkt y escriba sus funciones en él. Escriba sus tests en el archivo test.rkt adjunto. Ambos ficheros deben ser entregados vía U-Cursos. Los tests forman parte de su evaluación!+Esta tarea se distribuye con dos ficheros start.rkt y tests.rkt (mediante U-Cursos). Considere las definiciones del archivo start.rkt y escriba sus funciones en él. Escriba sus tests en el archivo tests.rkt adjunto. Ambos ficheros deben ser entregados vía U-Cursos. Los tests forman parte de su evaluación!
 Consulte las normas de entrega de tareas en http://pleiad.cl/teaching/cc4101. Consulte las normas de entrega de tareas en http://pleiad.cl/teaching/cc4101.
  
Line 112: Line 112:
             {stream-take 10             {stream-take 10
                          {stream-zipWith                          {stream-zipWith
-                          {fun {n m}}+                          {fun {n m}
                                {+ n m}}                                {+ n m}}
                           ones                           ones