github odin-lang/Odin v0.1.3
Odin v0.1.3

latest releases: dev-2025-10, dev-2025-09, dev-2025-08...
8 years ago

Added

  • Slices now store have capacity (again)
  • Added multiple type cases for match in
  • Named for and match statements (#label)
  • ++ -- statements return

Changes

  • fmt.odin uses ^[]byte and []byte rather than custom buffer type
  • ... and ..< removed and replace with ..
  • .. is used for slice parameters and in for in statements which is equivalent to the old ..<
  • append allows pointers
  • new_slice allows for capacity

Bug Fixes

  • Signed integer conversion
  • fmt.odin fix printing enums
  • Fix tuple type info bug

Don't miss a new Odin release

NewReleases is sending notifications on new releases.