https://discourse.haskell.org/t/call-for-participation-2-5-hour-haskell-foundation-online-workshop/14312
[Call for Participation]: 2.5 hour Haskell Foundation Online Workshop

Hello everyone, Please join us this Friday for 5 talks on the uses of AI in Haskell development. The event will stream on our YouTube Channel starting at 11:30am Eastern on Friday, June 26th. And will go until 14:00 Eastern. Here’s the scheduled program (talk abstracts are below) 11:30 Alfredo Di Napoli: Consulting for clients who use AI: a tale of a few hats 12:00 Gautier Di Folco: LLM as a SDLC support 12:30 Christian Georgii: Tricorder, A new development tool for Haskell and LLMs 13:00...
I'm pleased to announce hledger 2.0 preview release 3!
Highlights:
- conventional file layout for rules/data/prices
- get command
- commodity aliases
- print aligns by decimal mark
- more intuitive precision behaviour
- more robust lot detection
- average cost basis methods
- customisable report titles
- prices --summary report
- a more robust roi report
- and many other improvements and fixes.
https://hledger.org/relnotes.html#2026-06-24-hledger-1993
https://hledger.org/install
Reminder: we have the #Bangalore #FPIndia #meetup this Saturday at Pre6! We have two planned talks -
1. Abhinav will talk about type level programming in #Haskell
2. Srijan will talk about #MachineLearning in pure languages, specifically with #HaskTorch
Stream is on tonight. Some more hacking around in Haskell learning how to make an ECS for the MUD server we’re figuring out. 8:10pm EST
"If you have used OCaml 5 this will feel familiar, except OCaml keeps its effects out of the types, so you find out about an unhandled one at runtime, in production, on a Friday."
"If you have used Haskell this will also feel familiar, except in Haskell you would be assembling a monad transformer stack, lifting each operation through every layer by hand, and explaining to a junior colleague that a monad is just a monoid in the category of endofunctors, what's the problem."
https://www.stephendiehl.com/posts/prism/
#ocaml #functionalprogramming #haskell #programminglanguages