14. Inmutabilidad: datos que no cambian y sus implicaciones para el programador - #20
Open
EMELANI07 wants to merge 4 commits into
Open
14. Inmutabilidad: datos que no cambian y sus implicaciones para el programador#20EMELANI07 wants to merge 4 commits into
EMELANI07 wants to merge 4 commits into
Conversation
Added a comprehensive README on immutability, covering its definition, implications for programmers, technical development, and examples in Haskell and Erlang. Discussed the advantages and challenges of immutability in programming.
Document AI assistance, tools used, changes made, and personal reflection on learning.
Updated the document to include additional prompts and reflections on immutability in programming. Revised the initial text for clarity and added personal insights on the implications of working with immutable data.
Reworded sections on immutability to clarify the implications for programmers, including benefits and challenges. Adjusted phrasing for better readability and coherence.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Descripción del cambio
Investigación: Inmutabilidad: datos que no cambian y sus implicaciones para el programador.
Incluye README.md y anexo.md.
Unidad y tema afectado
Unidad 1, Tema 1.1 — Investigación vía Pull Request
Tipo de cambio
Checklist de calidad
spawndesnudo)Evidencia de ejecución
Comandos de verificación
# No aplicaReferencias
[1] G. Hutton, Programming in Haskell, 2nd ed. Cambridge, U.K.: Cambridge University Press, 2016.
[2] Erlang/OTP, “Expressions,” Erlang System Documentation. [Online]. Available: https://www.erlang.org/docs/27/system/expressions.html. [Accessed: Sep. 3, 2026].
[3] Clojure, “Data Structures,” Clojure Documentation. [Online]. Available: https://clojure.org/reference/data_structures. [Accessed: Sep. 3, 2026].
[4] Jane Street, “Technology,” Jane Street. [Online]. Available: https://www.janestreet.com/technology/. [Accessed: Sep. 3, 2026].
[5] R. Hickey, “Persistent Data Structures and Managed References,” Clojure Documentation. [Online]. Available: https://clojure.org/reference/data_structures. [Accessed: Sep. 3, 2026].
Datos del estudiante
Nombre: Estrada Rodriguez Melani
Número de control: 2321153
Carrera: Ingeniería en Sistemas Computacionales
Materia: Programación Lógica y Funcional
Profesor: Rene Solis Reyes