Coder Social home page Coder Social logo

heavyrain266 / odin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from odin-lang/odin

0.0 1.0 0.0 343.57 MB

Odin Programming Language

Home Page: https://odin-lang.org

License: BSD 3-Clause "New" or "Revised" License

Shell 0.06% C++ 28.77% Python 0.35% C 19.75% Assembly 0.04% Nix 0.01% Makefile 0.02% HTML 0.01% Batchfile 0.08% Odin 50.92%

odin's Introduction

Odin logo
The Data-Oriented Language for Sane Software Development.


The Odin Programming Language

Odin is a general-purpose programming language with distinct typing, built for high performance, modern systems, and built-in data-oriented data types. The Odin Programming Language, the C alternative for the joy of programming.

Website: https://odin-lang.org/

package main

import "core:fmt"

main :: proc() {
	program := "+ + * ๐Ÿ˜ƒ - /"
	accumulator := 0

	for token in program {
		switch token {
		case '+': accumulator += 1
		case '-': accumulator -= 1
		case '*': accumulator *= 2
		case '/': accumulator /= 2
		case '๐Ÿ˜ƒ': accumulator *= accumulator
		case: // Ignore everything else
		}
	}

	fmt.printf("The program \"%s\" calculates the value %d\n",
	           program, accumulator)
}

Documentation

Instructions for downloading and installing the Odin compiler and libraries.

Get the latest nightly builds of Odin.

Learning Odin

An overview of the Odin programming language.

Answers to common questions about Odin.

Documentation for all the official packages part of the core and vendor library collections.

A wiki maintained by the Odin community.

Get live support and talk with other Odin programmers on the Odin Discord.

Articles

The official blog of the Odin programming language, featuring announcements, news, and in-depth articles by the Odin team and guests.

Warnings

  • The Odin compiler is still in development.

odin's People

Contributors

gingerbill avatar kelimion avatar thisdevdane avatar laytan avatar ftphikari avatar colrdavidson avatar yawning avatar danielgavin avatar flysand7 avatar tetralux avatar skytrias avatar platin21 avatar avanspector avatar jon-lipstate avatar jasonkercher avatar lachsinc avatar semarie avatar lperlind avatar thetarnav avatar jakubtomsu avatar perogycook avatar graphitemaster avatar thephtest avatar vassvik avatar karl-zylinski avatar gonzooo avatar naught00 avatar thebirk avatar oskarnp avatar jcmdln avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.