Skip to content

An EDSL for Object Oriented programming in Haskell

Notifications You must be signed in to change notification settings

rubendg/oop-in-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LightOO

A lightweight library for Object Oriented programming (OOP) in Haskell.

The library is inspired by the "Mutable Objects, with tail-polymorphism" approach as described in the "Haskell's overlooked object system" paper and extends it with:

It was created as part of my master thesis "wxHaskell for the web, 2012" where it served as a tool to facilitate the implementation of an object-oriented GUI toolkit in Haskell.

Please look inside the src/Examples directory for additional examples.

Usage GHC

make ghci 

or

make ghci MAIN=src/Examples/{One of the examples}

Usage UHC

Make sure the UHC environment variable points to your local UHC installation.

make 

or

make MAIN=src/Examples/{One of the examples}

Related

About

An EDSL for Object Oriented programming in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published