--- layout: page title: "Lenguaje de Programación Ruby" lang: es header: |

Ruby es...

Un lenguaje de programación dinámico y de código abierto enfocado en la simplicidad y productividad. Su elegante sintaxis se siente natural al leerla y fácil al escribirla.

Leer más...
sidebar: | Download Ruby --- {% for post in site.categories.es limit:2 %}

{{ post.title }}

{{ post.content | strip_html | truncatewords: 25 }}

Continuar leyendo...

Publicado por {{ post.author }} el {{ post.date | date_to_string }}
{% endfor %}

Otras noticias