Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Hackett

< >

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

#668on PLDB 7Years Old
Download source code:
git clone https://github.com/lexi-lambda/hackett
HomepageSource Code

Hackett is an attempt to implement a Haskell-like language with support for Racket鈥檚 macro system, built using the techniques described in the paper Type Systems as Macros.


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"])])

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0