-
Notifications
You must be signed in to change notification settings - Fork 1
The Saturn programming language.
License
shintoo/Saturn
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
,######,
,######====++++.
,####=====+++++++++++..::::....
,###===+++++++++++++++o: ":::::
##===++++++++++++++++oo- ...:::"
#==++++++++++++++....::::"""
..,:=+++++++++...::::""""--'
.::""" "....::::""""oooo----'
::::...:::""""++++oooo------'
""""" '------'
The Saturn Programming Language
What is Saturn?
Saturn is a general purpose, high-level interpreted programming language
intending to maintain extreme simplicity.
What's Saturn like?
Syntactically, it is somewhat inspired by x86 Assembly. Semantically, it is
somewhat high level. Here's a peek:
main:
out stdout, 'Hello, world!'
out stdout, newline
How do I install Saturn?
Simply clone the repository from GitHub and install using make:
git clone https://github.com/shintoo/Saturn
cd Saturn
make
sudo make install
More information can be found in the Documentation/ directory, and examples
can be found in the ex/ directory.
About
The Saturn programming language.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published