bascht / halunke

A dynamic OO language with ideas traditionally described as "functional"

Home Page:http://halunke.jetzt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Halunke

Halunke is a dynamic, object-oriented language that has a simple grammar inspired by Smalltalk and Lisp. It is created to show that interesting characteristics traditionally described as "functional" make sense in an object-oriented language:

  • Separation of identity and data (but not data and behavior)
  • Immutability and persistent data structures
  • Isolation of Side-Effects
  • Pattern matching

It also has the following characteristics:

  • There is no null/nil value in the language

Find out more on the documentation page.

License

The project is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Halunke project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

A dynamic OO language with ideas traditionally described as "functional"

http://halunke.jetzt

License:MIT License


Languages

Language:Ruby 93.1%Language:Ragel 3.4%Language:Yacc 3.3%Language:Shell 0.2%