Vibeset

Odin

Odin is a systems language aiming to be a pleasant alternative to C, with data-oriented design, no garbage collector and a focus on game development and high-performance software. Pragmatic, simple and with good built-in tooling.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

package main
import "core:fmt"

main :: proc() {
  fmt.println("¡Hola, mundo!")
}