mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Update comment in demo.odin
This commit is contained in:
+13
-7
@@ -11,22 +11,28 @@ import "core:intrinsics"
|
|||||||
import "core:math/big"
|
import "core:math/big"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The Odin programming language is fast, concise, readable, pragmatic and open sourced.
|
Odin is a general-purpose programming language with distinct typing built
|
||||||
It is designed with the intent of replacing C with the following goals:
|
for high performance, modern systems and data-oriented programming.
|
||||||
* simplicity
|
|
||||||
* high performance
|
Odin is the C alternative for the Joy of Programming.
|
||||||
* built for modern systems
|
|
||||||
* joy of programming
|
|
||||||
|
|
||||||
# Installing Odin
|
# Installing Odin
|
||||||
Getting Started - https://odin-lang.org/docs/install/
|
Getting Started - https://odin-lang.org/docs/install/
|
||||||
Instructions for downloading and install the Odin compiler and libraries.
|
Instructions for downloading and install the Odin compiler and libraries.
|
||||||
|
|
||||||
# Learning Odin
|
# Learning Odin
|
||||||
|
Getting Started - https://odin-lang.org/docs/install/
|
||||||
|
Getting Started with Odin. Downloading, installing, and getting your
|
||||||
|
first program to compile and run.
|
||||||
Overview of Odin - https://odin-lang.org/docs/overview/
|
Overview of Odin - https://odin-lang.org/docs/overview/
|
||||||
An overview of the Odin programming language.
|
An overview of the Odin programming language and its features.
|
||||||
Frequently Asked Questions (FAQ) - https://odin-lang.org/docs/faq/
|
Frequently Asked Questions (FAQ) - https://odin-lang.org/docs/faq/
|
||||||
Answers to common questions about Odin.
|
Answers to common questions about Odin.
|
||||||
|
Packages - https://pkg.odin-lang.org/
|
||||||
|
Documentation for all the official packages part of the
|
||||||
|
core and vendor library collections.
|
||||||
|
Nightly Builds - https://odin-lang.org/docs/nightly/
|
||||||
|
Get the latest nightly builds of Odin.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
the_basics :: proc() {
|
the_basics :: proc() {
|
||||||
|
|||||||
Reference in New Issue
Block a user