boop: OOP primitives for Haskell

[ bsd3, library, oop ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <5), mtl, text [details]
License BSD-3-Clause
Copyright 2017 Tobias Dammers
Author Tobias Dammers
Maintainer tdammers@gmail.com
Category OOP
Home page https://github.com/tdammers/boop
Bug tracker https://github.com/tdammers/boop/issues
Source repo head: git clone https://github.com/tdammers/boop
Uploaded by TobiasDammers at 2017-11-01T17:46:10Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 965 total (8 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-11-01 [all 1 reports]

Readme for boop-0.1.0.0

[back to package description]

boop

BOOP is Basic Object-Oriented Programming. Given just a few relatively simple primitives, BOOP enables fully fledged object-oriented programming in Haskell.

For details, refer to https://programming.tobiasdammers.nl/blog/2017-10-17-object-oriented-haskell.