mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Update README.md
This commit is contained in:
@@ -30,12 +30,9 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou
|
|||||||
* built for modern systems
|
* built for modern systems
|
||||||
* joy of programming
|
* joy of programming
|
||||||
|
|
||||||
Website: [https://odin.handmade.network/](https://odin.handmade.network/)
|
Website: [https://odin-lang.org/](https://odin-lang.org/)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
* [Tutorial](https://odin.handmade.network/wiki/3329-odin_tutorial)
|
|
||||||
* [Frequently Asked Questions](https://github.com/odin-lang/Odin/wiki/Frequently-Asked-Questions-(FAQ))
|
|
||||||
|
|
||||||
```go
|
```go
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -62,6 +59,41 @@ main :: proc() {
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### [Getting Started](https://odin-lang.org/docs/install)
|
||||||
|
|
||||||
|
Instructions for downloading and install the Odin compiler and libraries.
|
||||||
|
|
||||||
|
## Learning Odin
|
||||||
|
|
||||||
|
### [Overview of Odin](https://odin-lang.org/docs/overview)
|
||||||
|
|
||||||
|
An overview of the Odin programming language.
|
||||||
|
|
||||||
|
### [Frequently Asked Questsions (FAQ)](https://odin-lang.org/docs/faq)
|
||||||
|
|
||||||
|
Answers to common questsions about Odin.
|
||||||
|
|
||||||
|
### [The Odin Wiki](https://github.com/odin-lang/Odin/wiki)
|
||||||
|
|
||||||
|
A wiki maintained by the Odin community.
|
||||||
|
|
||||||
|
### [Odin Discord](https://discord.gg/sVBPHEv)
|
||||||
|
|
||||||
|
Get live support and talk with other odiners on the Odin Discord.
|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
|
### [Language Specification](https://odin-lang.org/ref/spec)
|
||||||
|
|
||||||
|
The official Odin Language specification.
|
||||||
|
|
||||||
|
## Articles
|
||||||
|
|
||||||
|
### [The Odin Blog](https://odin-lang.org/blog)
|
||||||
|
|
||||||
|
The official blog of the Odin programming language, featuring announcements, news, and in-depth articles by the Odin team and guests.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
Odin only supports x86-64 at the moment (64-bit), relies on LLVM for code generation and an external linker.
|
Odin only supports x86-64 at the moment (64-bit), relies on LLVM for code generation and an external linker.
|
||||||
|
|||||||
Reference in New Issue
Block a user