Skip to content

Commit

Permalink
generate files after update
Browse files Browse the repository at this point in the history
  • Loading branch information
NSMau committed Sep 23, 2023
1 parent 9d83647 commit 8c56bfa
Show file tree
Hide file tree
Showing 46 changed files with 45 additions and 46 deletions.
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"primaryContentSections":[{"kind":"content","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Swift es una forma increíble de desarrollar software;"},{"type":"text","text":" "},{"type":"text","text":"ya sea para teléfonos, computadoras, servidores"},{"type":"text","text":" "},{"type":"text","text":"o cualquier otra cosa que ejecute código."},{"type":"text","text":" "},{"type":"text","text":"Es un lenguaje de programación seguro, rápido, e interactivo"},{"type":"text","text":" "},{"type":"text","text":"que combina lo mejor del pensamiento de lenguaje moderno"},{"type":"text","text":" "},{"type":"text","text":"con los conocimientos de la vasta cultura de ingeniería de Apple"},{"type":"text","text":" "},{"type":"text","text":"y las diversas contribuciones de su comunidad de código abierto."},{"type":"text","text":" "},{"type":"text","text":"El compilador está optimizado para el rendimiento"},{"type":"text","text":" "},{"type":"text","text":"y el lenguaje está optimizado para el desarrollo,"},{"type":"text","text":" "},{"type":"text","text":"sin llegar a comprometer ninguno de los dos."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Swift es amigable para los nuevos programadores."},{"type":"text","text":" "},{"type":"text","text":"Es un lenguaje de programación de calidad industrial,"},{"type":"text","text":" "},{"type":"text","text":"tan expresivo y agradable como un lenguaje de secuencia de comandos."},{"type":"text","text":" "},{"type":"text","text":"Escribir código Swift en un "},{"type":"emphasis","inlineContent":[{"type":"text","text":"playground"}]},{"type":"text","text":" "},{"type":"text","text":"te permite experimentar con el código y ver los resultados de manera inmediata,"},{"type":"text","text":" "},{"type":"text","text":"sin la sobrecarga de crear y ejecutar una aplicación."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Swift elimina una gran cantidad de errores de programación comunes"},{"type":"text","text":" "},{"type":"text","text":"mediante la adopción de patrones de programación modernos:"}]},{"type":"unorderedList","items":[{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Las variables siempre se inicializan antes de ser usadas."}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Se verifican los índices de los arreglos ("},{"type":"emphasis","inlineContent":[{"type":"text","text":"arrays"}]},{"type":"text","text":") en busca de"},{"type":"text","text":" "},{"type":"text","text":"errores fuera de límites ("},{"type":"emphasis","inlineContent":[{"type":"text","text":"out-of-bound errors"}]},{"type":"text","text":")."}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Se verifica el desborde de números enteros."}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Los opcionales aseguran que los valores nulos ("},{"type":"codeVoice","code":"nil"},{"type":"text","text":")"},{"type":"text","text":" "},{"type":"text","text":"se manejen explícitamente."}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"La memoria se gestiona automáticamente."}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"El manejo de errores permite la recuperación controlada de fallas inesperadas."}]}]}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"El código Swift es compilado y optimizado para aprovechar al máximo el hardware"},{"type":"text","text":" "},{"type":"text","text":"moderno."},{"type":"text","text":" "},{"type":"text","text":"La sintaxis y la biblioteca estándar han sido diseñadas"},{"type":"text","text":" "},{"type":"text","text":"con base en el principio guía de que"},{"type":"text","text":" "},{"type":"text","text":"la forma obvia de escribir tu código debe ser también la de mejor desempeño."},{"type":"text","text":" "},{"type":"text","text":"Su combinación de seguridad y rapidez hacen de Swift una excelente opción para"},{"type":"text","text":" "},{"type":"text","text":"todo, desde un “¡Hola, mundo!” hasta todo un sistema operativo."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Swift combina una poderosa inferencia de tipos y concordancia de patrones"},{"type":"text","text":" "},{"type":"text","text":"("},{"type":"emphasis","inlineContent":[{"type":"text","text":"pattern matching"}]},{"type":"text","text":") con una sintaxis moderna y ligera,"},{"type":"text","text":" "},{"type":"text","text":"lo que permite expresar ideas complejas de forma clara y concisa."},{"type":"text","text":" "},{"type":"text","text":"Como resultado, el código no solo es más fácil de escribir,"},{"type":"text","text":" "},{"type":"text","text":"sino también más fácil de leer y mantener."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Swift se ha estado desarrollando por años"},{"type":"text","text":" "},{"type":"text","text":"y continúa evolucionando con nuevas funciones y capacidades."},{"type":"text","text":" "},{"type":"text","text":"Nuestros objetivos para Swift son ambiciosos."},{"type":"text","text":" "},{"type":"text","text":"Estamos impacientes por ver lo que creas con él."}]},{"style":"note","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":""}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Esta documentación contiene información preliminar sobre una API o tecnología en desarrollo. Esta información está sujeta a cambios, y todo software implementado en conformidad con esta documentación debe ser testeado con el software final del sistema operativo."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Conoce más acerca del uso del "},{"type":"reference","isActive":true,"identifier":"https:\/\/developer.apple.com\/es\/support\/beta-software\/"},{"type":"text","text":"."}]}],"type":"aside","name":"Software Beta"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/org.swift.tspl\/documentation\/The-Swift-Programming-Language\/AboutSwift","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Comprende los objetivos de alto nivel del lenguaje."}],"kind":"article","metadata":{"title":"Acerca de Swift"},"hierarchy":{"paths":[["doc:\/\/org.swift.tspl\/documentation\/The-Swift-Programming-Language"]]},"references":{"https://developer.apple.com/es/support/beta-software/":{"title":"software beta de Apple","titleInlineContent":[{"type":"text","text":"software beta de Apple"}],"type":"link","identifier":"https:\/\/developer.apple.com\/es\/support\/beta-software\/","url":"https:\/\/developer.apple.com\/es\/support\/beta-software\/"},"doc://org.swift.tspl/documentation/The-Swift-Programming-Language":{"role":"article","title":"El Lenguaje de Programación Swift (5.9 beta)","abstract":[],"identifier":"doc:\/\/org.swift.tspl\/documentation\/The-Swift-Programming-Language","kind":"article","type":"topic","url":"\/documentation\/the-swift-programming-language"}}}
{"primaryContentSections":[{"kind":"content","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Swift es una forma increíble de desarrollar software;"},{"type":"text","text":" "},{"type":"text","text":"ya sea para teléfonos, computadoras, servidores"},{"type":"text","text":" "},{"type":"text","text":"o cualquier otra cosa que ejecute código."},{"type":"text","text":" "},{"type":"text","text":"Es un lenguaje de programación seguro, rápido, e interactivo"},{"type":"text","text":" "},{"type":"text","text":"que combina lo mejor del pensamiento de lenguaje moderno"},{"type":"text","text":" "},{"type":"text","text":"con los conocimientos de la vasta cultura de ingeniería de Apple"},{"type":"text","text":" "},{"type":"text","text":"y las diversas contribuciones de su comunidad de código abierto."},{"type":"text","text":" "},{"type":"text","text":"El compilador está optimizado para el rendimiento"},{"type":"text","text":" "},{"type":"text","text":"y el lenguaje está optimizado para el desarrollo,"},{"type":"text","text":" "},{"type":"text","text":"sin llegar a comprometer ninguno de los dos."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Swift es amigable para los nuevos programadores."},{"type":"text","text":" "},{"type":"text","text":"Es un lenguaje de programación de calidad industrial,"},{"type":"text","text":" "},{"type":"text","text":"tan expresivo y agradable como un lenguaje de secuencia de comandos."},{"type":"text","text":" "},{"type":"text","text":"Escribir código Swift en un "},{"type":"emphasis","inlineContent":[{"type":"text","text":"playground"}]},{"type":"text","text":" "},{"type":"text","text":"te permite experimentar con el código y ver los resultados de manera inmediata,"},{"type":"text","text":" "},{"type":"text","text":"sin la sobrecarga de crear y ejecutar una aplicación."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Swift elimina una gran cantidad de errores de programación comunes"},{"type":"text","text":" "},{"type":"text","text":"mediante la adopción de patrones de programación modernos:"}]},{"type":"unorderedList","items":[{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Las variables siempre se inicializan antes de ser usadas."}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Se verifican los índices de los arreglos ("},{"type":"emphasis","inlineContent":[{"type":"text","text":"arrays"}]},{"type":"text","text":") en busca de"},{"type":"text","text":" "},{"type":"text","text":"errores fuera de límites ("},{"type":"emphasis","inlineContent":[{"type":"text","text":"out-of-bound errors"}]},{"type":"text","text":")."}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Se verifica el desborde de números enteros."}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Los opcionales aseguran que los valores nulos ("},{"type":"codeVoice","code":"nil"},{"type":"text","text":")"},{"type":"text","text":" "},{"type":"text","text":"se manejen explícitamente."}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"La memoria se gestiona automáticamente."}]}]},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"El manejo de errores permite la recuperación controlada de fallas inesperadas."}]}]}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"El código Swift es compilado y optimizado para aprovechar al máximo el hardware"},{"type":"text","text":" "},{"type":"text","text":"moderno."},{"type":"text","text":" "},{"type":"text","text":"La sintaxis y la biblioteca estándar han sido diseñadas"},{"type":"text","text":" "},{"type":"text","text":"con base en el principio guía de que"},{"type":"text","text":" "},{"type":"text","text":"la forma obvia de escribir tu código debe ser también la de mejor desempeño."},{"type":"text","text":" "},{"type":"text","text":"Su combinación de seguridad y rapidez hacen de Swift una excelente opción para"},{"type":"text","text":" "},{"type":"text","text":"todo, desde un “¡Hola, mundo!” hasta todo un sistema operativo."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Swift combina una poderosa inferencia de tipos y concordancia de patrones"},{"type":"text","text":" "},{"type":"text","text":"("},{"type":"emphasis","inlineContent":[{"type":"text","text":"pattern matching"}]},{"type":"text","text":") con una sintaxis moderna y ligera,"},{"type":"text","text":" "},{"type":"text","text":"lo que permite expresar ideas complejas de forma clara y concisa."},{"type":"text","text":" "},{"type":"text","text":"Como resultado, el código no solo es más fácil de escribir,"},{"type":"text","text":" "},{"type":"text","text":"sino también más fácil de leer y mantener."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Swift se ha estado desarrollando por años"},{"type":"text","text":" "},{"type":"text","text":"y continúa evolucionando con nuevas funciones y capacidades."},{"type":"text","text":" "},{"type":"text","text":"Nuestros objetivos para Swift son ambiciosos."},{"type":"text","text":" "},{"type":"text","text":"Estamos impacientes por ver lo que creas con él."}]},{"style":"note","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":""}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Esta documentación contiene información preliminar sobre una API o tecnología en desarrollo. Esta información está sujeta a cambios, y todo software implementado en conformidad con esta documentación debe ser testeado con el software final del sistema operativo."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Conoce más acerca del uso del "},{"type":"reference","isActive":true,"identifier":"https:\/\/developer.apple.com\/es\/support\/beta-software\/"},{"type":"text","text":"."}]}],"type":"aside","name":"Software Beta"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/org.swift.tspl\/documentation\/The-Swift-Programming-Language\/AboutSwift","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Comprende los objetivos de alto nivel del lenguaje."}],"kind":"article","metadata":{"title":"Acerca de Swift"},"hierarchy":{"paths":[["doc:\/\/org.swift.tspl\/documentation\/The-Swift-Programming-Language"]]},"references":{"doc://org.swift.tspl/documentation/The-Swift-Programming-Language":{"role":"collection","title":"The Swift Programming Language (5.9)","abstract":[],"identifier":"doc:\/\/org.swift.tspl\/documentation\/The-Swift-Programming-Language","kind":"article","type":"topic","url":"\/documentation\/the-swift-programming-language"},"https://developer.apple.com/es/support/beta-software/":{"title":"software beta de Apple","titleInlineContent":[{"type":"text","text":"software beta de Apple"}],"type":"link","identifier":"https:\/\/developer.apple.com\/es\/support\/beta-software\/","url":"https:\/\/developer.apple.com\/es\/support\/beta-software\/"}}}
Loading

0 comments on commit 8c56bfa

Please sign in to comment.