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!");
}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.