Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

moonglum/halunke

Repository files navigation

Halunke

Halunke has moved to Codeberg. This page is an archive.

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
  • Playing close attention to error message design

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"

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published