|
You are here |
wimvanderbauwhede.codeberg.page | ||
| | | | |
particularvirtue.blogspot.com
|
|
| | | | | Algebraic data types are a fantastic way to make code clearer. They're used all the time in Haskell, because they're a fundamental part of t... | |
| | | | |
www.baturin.org
|
|
| | | | | [AI summary] The text provides an in-depth exploration of functional programming concepts in OCaml, focusing on type systems, pattern matching, and data structures. It covers topics such as unit and boolean values as sum types, polymorphic types like option and result, and the use of match expressions for pattern matching. The text also includes exercises for practicing these concepts, such as defining functions, writing sum types, and implementing pattern matching. | |
| | | | |
andreabergia.com
|
|
| | | | | I usually write parsers by starting from a grammar and either coding a lexer/parser by hand or relying on tools such as the fantastic Antlr. However, a friend recently introduced me to parser combinators, which I found to be very interesting and useful. It's not a recent idea, but it was new to me, and I have found it to be very interesting and useful. | |
| | | | |
www.mdk-photo.com
|
|
| | | [AI summary] The text provides a comprehensive guide to regular expressions, covering syntax, operators, and advanced features with examples for various programming languages. | ||