|
You are here |
www.fosskers.ca | ||
| | | | |
lexi-lambda.github.io
|
|
| | | | | [AI summary] This article is a comprehensive exploration of Haskell programming, covering its strengths, challenges, and the author's personal reflections on the language and its community. The piece delves into topics such as Haskell's type system, effect systems, and the use of libraries like lens and Text. It also addresses broader issues like the community's debates, the role of Haskell in modern software development, and the importance of type safety and abstraction in programming. The author reflects on their journey with Haskell, emphasizing the language's ability to challenge and inspire while acknowledging its imperfections. The conclusion highlights the significance of Haskell in the design space of programming languages and the author's commitment... | |
| | | | |
softwaresimply.blogspot.com
|
|
| | | | | DEC 2020 UPDATE: A lot has changed since this post was written. Much of "cabal hell" is now a thing of the past due to cabal's more recent ... | |
| | | | |
softwaresimply.blogspot.com
|
|
| | | | | The following started out as a response to a Hacker News comment , but got long enough to merit a standalone blog post. I think the root o... | |
| | | | |
text.marvinborner.de
|
|
| | | This article describes a variadic extension to the default fixed-point combinator namely the Y-combinator. We do this by translating the Scheme code from a paper to bruijn (pure lambda calculus). | ||