Skip to content

Automatically exported from code.google.com/p/headspace

Notifications You must be signed in to change notification settings

jscud/headspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Headspace

A programming language that fits in your head. Headspace is a simple yet powerful programming language which compiles to multiple target programming languages. Envisioned as a way to build cross language libraries, it's pretty nifty.

Syntax

Define identifier/variable: name:type

Group/code block: [ ]

Examples

Simple Hello World

A single function program that prints "Hello World" to the terminal.

main: function[][
  os.print["Hello World\n"]
]

Getting started

To run the unit tests for the Headspace parser and translator, run the script:

cd v2
./run_tests

About

Automatically exported from code.google.com/p/headspace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages