diff options
author | Guillermo Garza <ggarza23@gmail.com> | 2014-03-19 00:30:25 -0500 |
---|---|---|
committer | Guillermo Garza <ggarza23@gmail.com> | 2014-03-19 00:30:25 -0500 |
commit | 21bed16bba39002432403874bb0779c865d6aebd (patch) | |
tree | 259b66c9d43d5d29598712635b16c663dd697e6e /es-es/julia-es.html.markdown | |
parent | 38f55957ac1773098ce17bf59dba2b1f704e9245 (diff) |
Translate introduction, too.
Diffstat (limited to 'es-es/julia-es.html.markdown')
-rw-r--r-- | es-es/julia-es.html.markdown | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/es-es/julia-es.html.markdown b/es-es/julia-es.html.markdown index 6c5a6428..3d131773 100644 --- a/es-es/julia-es.html.markdown +++ b/es-es/julia-es.html.markdown @@ -5,13 +5,13 @@ contributors: filename: learnjulia.jl --- -Julia is a new homoiconic functional language focused on technical computing. -While having the full power of homoiconic macros, first-class functions, and low-level control, Julia is as easy to learn and use as Python. +Julia es un nuevo lenguaje funcional homoiconic enfocado en computación técnica. +Mientras que tiene todo el poder de macros homoiconic, funciones de primera clase, y control de bajo nivel, Julia es tan fácil de aprender y utilizar como Python. -This is based on the current development version of Julia, as of October 18th, 2013. +Esto se basa en la versión de desarrollo actual de Julia, del 18 de octubre de 2013. ```ruby - +j # Comentarios de una línea comienzan con una almohadilla (o signo gato) #= Commentarios multilinea pueden escribirse usando '#=' antes de que el texto and '=#' |