github odin-lang/Odin v0.0.3d
Odin v0.0.3d

latest releases: dev-2025-12a, dev-2025-12, dev-2025-11...
9 years ago

What's New

  • Rune literal syntax
    • Now: 'x', was: #rune "x"
  • Add global string constants (for later platform specific use)
    • ODIN_OS (e.g. "windows")
    • ODIN_ARCH (e.g. "amd64")
    • ODIN_VENDOR (e.g. "odin")
    • ODIN_VERSION (e.g. "v0.0.3d")
    • ODIN_ENDIAN (e.g. "little")
  • clamp builtin procedure (works on numerical and string types)

Bug fixes

  • Fix slice expressions for arrays and slices
  • fmt.odin correctly prints f32
  • Fix Vector's type information

Linux and OSX

Coming Soon™

Enjoy!

Don't miss a new Odin release

NewReleases is sending notifications on new releases.