Io
Io is a tiny, elegant prototype-based language (like JavaScript) where everything is done by sending messages to objects. Its conceptual simplicity makes it ideal for learning language-design ideas, though practical use is scarce.
- Creado por Steve Dekorte
- Año 2002
- Paradigma: Prototype-oriented · interpreted
- Extensiones: .io
Para qué se usa
- Learning language design
- Prototyping
- Experimentation
A favor
- Very minimalist
- Conceptually elegant
- Easy to understand
En contra
- Almost no practical use
- Slow
- Tiny community
Ecosistema
- Io VM
- AddOns
Ejemplo
"¡Hola, mundo!" println