Skip to content

JacobMisirian/Hassium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

871 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit tests status Downloads Release

Hassium

Hassium is a dynamic scripting programming language written in C#. The syntax is similar to Python, Ruby, and C#. The language is easy to learn from the wiki, and the standard library has been documented in the docs/ folder included in the repo.

Hello World example:

func main () {
    println ("Hello, World!");
}

Hassium Website

Visit our website at: http://HassiumLang.com

You can execute safe Hassium code in our online interpreter. Want to embed Hassium in your site/blog?

<iframe src="http://hassiumlang.com/Hassium/embed.php" height="540px" width="530px"></iframe>

On our Wiki you can find specific documentation on Hassium classes and functions as well as a general programming in Hassium guide found here.

About

Programming Language in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Other 0.1%