Explore >> Select a destination


You are here

chadaustin.me
| | baatz.io
2.6 parsecs away

Travel
| | [AI summary] A founder's reflection on using Haskell in a startup, discussing its benefits, challenges, and suitability for building high-quality software.
| | www.lambdabytes.io
3.6 parsecs away

Travel
| | Website of Jonathan Thaler @ lambda::bytes
| | lexi-lambda.github.io
5.8 parsecs away

Travel
| | [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...
| | bloeys.com
22.2 parsecs away

Travel
| In 'Thought 2: Regex is Like Assembly' I wondered why we are still doing regex in this kind of hard to understand, symbolic way, when we have already invented high level programming languages. There is no reason regex can't be written as clearly as any other programming language we use today. I thought doing this would be an interesting project, and so I came up with Regexl, a high level language for writing regex, that can be used as a simple library.