Odin icon
Odin icon

Odin

 4 likes

The Odin programming language is fast, concise, readable, pragmatic and open sourced. It is designed with the intent of replacing C with the following goals:

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • BSD
  No rating
4 likes
0comments
0 news articles

Features

Suggest and vote on features

Properties

  1.  Lightweight

Features

  1.  Portable
  2.  Support for scripting

Odin News & Activities

Highlights All activities

Recent activities

Show all activities

Odin information

  • Developed by

    Ginger Bill
  • Licensing

    Open Source (BSD-3-Clause) and Free product.
  • Alternatives

    76 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  7,050 Stars
  •  631 Forks
  •  381 Open Issues
  •   Updated Dec 4, 2024 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Odin, and it has gotten 4 likes

Odin was added to AlternativeTo by Paul on Jun 3, 2019 and this page was last updated Jun 3, 2019.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Odin?

The Odin programming language is fast, concise, readable, pragmatic and open sourced. It is designed with the intent of replacing C with the following goals:

• simplicity • high performance • built for modern systems • joy of programming

Features of Odin

• Built-in types: strings, array, slices, dynamic arrays, maps, 128-bit integers, endian-specific integers • Multiple return arguments • Consistent value declaration syntax • Parametric polymorphism • Compile time conditions (when statements) and stress where there is not full blown compile time execution • The context system and memory allocator system • Explicit procedure overloading

Official Links