Skip to content

ianpreston/sol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sol

Sol is a prototype language based on Io Language.

The codebase is pre-alpha. Everything's in flux and the code is pretty ugly. Use at your own risk.

Install & run

$ git clone https://github.com/ianpreston/sol
$ cd sol && virtualenv venv && source venv/bin/activate
$ py.test sol/
$ python main.py

Hello world

>>> x := "Hello, world!"
>>> x.println
Hello, world!

License

Available under the MIT License.

About

Minimalist programming language based on Io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages