orange is a programming language created in 2014 by Robert Fratto.
#1245on PLDB | 10Years Old |
git clone https://github.com/orange-lang/orange
Orange is a systems programming language made to be as powerful as C++ with none of the headache. It aims to be very productive by baking the most important low- and high-level features directly into the language, instead of dealing with them through obtuse function calls.
extern printf(char* s, ...) -> int32
class Person
public char* name
public Person(char* name)
@name = name
end
end
Person john = Person("Johnny")
printf("Hello, %s!\n", john.name)
alias bool break catch char class const continue data def delete do double elif else enum extend extern false final finally float fro get if import int int16 int32 int64 int8 interface new of package private property protected public return set static string super this throw true try uint uint16 uint362 uint64 uint8 var virtual void where while
title | date | score | comments |
---|---|---|---|
Orange: A simple systems programming language | 06/26/2015 | 55 | 38 |