diff --git a/readme.md b/readme.md index fcd57b4..1df94bf 100644 --- a/readme.md +++ b/readme.md @@ -123,6 +123,7 @@ on the relationship between math and Algebraic Data Types, which is the Type Sys - [Bow](https://github.com/bow-swift/bow) - Companion library for Typed Functional Programming in Swift. - [Parsing With Haskell Parser Combinators](https://github.com/lettier/parsing-with-haskell-parser-combinators) - A step-by-step guide to parsing using Haskell parser combinators. - [Functional Programming Learning Path](https://github.com/imteekay/functional-programming-learning-path.git) - A Learning Path for Functional Programming +- [Lateralus](https://github.com/grug-group420/lateralus) - A systems programming language with first-class support for functional programming patterns including algebraic data types, pattern matching, and immutability by default. ### People - [Simon Peyton Jones](http://research.microsoft.com/en-us/people/simonpj/) - One of the creators of the Haskell Language and the Glasgow Haskell Compiler. Microsoft Researcher.