Back

Odin

Hello, world code example:

package main
import "core:fmt"

mainĀ :: proc() {
  fmt.println("Hellope!");
}

Popularity: Less than 1% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.

Repositories on GitHub: 899