google / google/clojure-turtle
add undo functionality
Abierto
beginner
- Lenguaje dominante
- Clojure
- Estrellas
- 424
- Forks
- 32
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
add a function that can pop off the last commmand given to a turtle
ex: `(clean) (forward 10) (undo)` would be functionally equivalent to `(clean)`
Guía de contribución
Línea de trabajo
No file or test is named. Start by locating the turtle command handling and the representation of the last command, then trace the `(clean) (forward 10) (undo)` example. Done means adding an undo function that removes the last turtle command and makes that example behave like `(clean)`.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- clojure
- Área
- tooling
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100