2
0

Тайлбар байхгүй

gingerBill 50fd9548b9 Win32 test 9 жил өмнө
examples 50fd9548b9 Win32 test 9 жил өмнө
misc dcbb2fcfbd Full Unicode Support 9 жил өмнө
src 50fd9548b9 Win32 test 9 жил өмнө
.gitignore cff5e54ec6 LLVM Binaries 9 жил өмнө
LICENSE f7a669d342 Initial release version 9 жил өмнө
README.md f7a669d342 Initial release version 9 жил өмнө
build.bat dcbb2fcfbd Full Unicode Support 9 жил өмнө
libs.txt 7430008fd7 Initial Commit 9 жил өмнө
run.bat 50fd9548b9 Win32 test 9 жил өмнө
syntax.odin 7430008fd7 Initial Commit 9 жил өмнө
todo.md 9d8355d361 Branch Statements, if init statement, File parsing errors 9 жил өмнө

README.md

The Odin Programming Language

Odin in an open source programming language that is simple to read, comprehend and reason with.

Warnings

  • This is still highly in development and the language's design is quite volatile.
  • Syntax is not fixed.
  • The language's name, Odin, is not final.

Goals

  • Simple to read and write
  • Easy to comprehend and reason with
  • Fast
  • Low-level
  • Compiled, strongly-typed, static language
  • Metaprogramming:
    • Ability to run any code at compile time
    • Unified syntax between main language and metaprogramming language
    • Built-in introspection for all types
  • Higher control of data layout and data access
  • No need for external tools such as Make/IDE