Skip to content
This project (and this site) is currently under active pre-alpha development. Check back again soon for more updates.
The Fixen logoThe Fixen logo

Fixen: The Fixed-Point Generator

Fixed-Point-Oriented Programming for Haskell

Terminal
git clone https://github.com/plilab/fixen.git
cd fixen
cabal install fixen # requires GHC 9.12.2

Enjoying Fixen?

If you like this project, please leave us a star ⭐ on our GitHub repository. (It helps show funders that our research (and sanity 😭) is worth backing.)

Fixen on GitHub

Our lab is currently accepting students for fully funded Ph.D. positions! If interested, please contact Michael D. Adams.

Michael’s webpage

Do you have research ideas, applications, uses or general interest in Fixen? Get in touch with us!

ContactInfo.hs
{-# LANGUAGE OverloadedStrings #-}
module ContactInfo where
import Data.Text (Text)
import Data.Text qualified as T
dom :: Text
dom = T.concat [ "@", "fixen-lang", ".", T.reverse "gro"]
email :: Text
email = T.append "collaborations" dom
contrib.rocks image