Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Hackett

< >

Hackett is an open source programming language created in 2017 by Alexis King.

Source code:
git clone https://github.com/lexi-lambda/hackett
#527on PLDB 7Years Old

WIP implementation of a Haskell-like Lisp in Racket


Example from the web:
#lang hackett (data (Maybe a) Nothing (Just a)) (def x : Integer (let ([y 3] [z 7]) {y + z})) (class (Show a) [show : {a -> String}]) (instance (forall [a] (Show a) => (Show (Maybe a))) [show (位* [[(Just x)] {"(Just " ++ (show x) ++ ")"}] [[Nothing ] "Nothing"])])

View source

- Build the next great programming language About Acknowledgements Extensions Day 625 feedback@pldb.io