From dd62cf360cd8eaf220d6cfbec37af3e39cf4b676 Mon Sep 17 00:00:00 2001 From: bad-antics <160459796+bad-antics@users.noreply.github.com> Date: Fri, 10 Apr 2026 16:08:51 -0700 Subject: [PATCH] Add Lateralus programming language to repos section --- readme.md | 1 + 1 file changed, 1 insertion(+) 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.