Was an honor to present at this year's @icfp_conference Haskell Symposium representing @anduriltech talking about how we use #Haskell in embedded systems programming! Had great conversations and my takeaway is STM is probably the single best-yet-underused PL technologies ever

mstk's tweet image. Was an honor to present at this year's  @icfp_conference Haskell Symposium representing @anduriltech talking about how we use #Haskell in embedded systems programming! Had great conversations and my takeaway is STM is probably the single best-yet-underused PL technologies ever

Krakow isn’t just about dragons 🐉—it’s where academia meets industry! 🤓 Researchers, check out the city fueling innovation with functional languages like #Haskell, #Elixir, and #Scala. Come for the medieval vibe, stay for the code at #LambdaDays2025! Register:…

LambdaDays's tweet image. Krakow isn’t just about dragons 🐉—it’s where academia meets industry! 🤓 Researchers, check out the city fueling innovation with functional languages like #Haskell, #Elixir, and #Scala.

Come for the medieval vibe, stay for the code at #LambdaDays2025!

Register:…

🚀 just uploaded (link in reply): Combinatorial Interview Problems with Backtracking Solutions - From Imperative ProceduralProgramming to Declarative Functional Programming #scala #haskell #python

philip_schwarz's tweet image. 🚀 just uploaded (link in reply): Combinatorial Interview Problems with Backtracking Solutions - From Imperative ProceduralProgramming to Declarative Functional Programming #scala #haskell #python

Try similar code in #haskell and the answer will be 3. Check what happens in #fsharp and enjoy. Thanks to @headinthebox for the lesson.

lamg_dev's tweet image. Try similar code in #haskell and the answer will be 3. Check what happens in #fsharp and enjoy. Thanks to @headinthebox for the lesson.

I successfully hooked up ghcid to LLM. #Haskell So, it no longer has to waste time with Nix devShell and cabal build. ghcid gives you instant feedback, which speeds up the LLM workflow. Nit: ghcid is not particularly reliable, so you may have to restart it from time to time.

sridca's tweet image. I successfully hooked up ghcid to LLM. #Haskell

So, it no longer has to waste time with Nix devShell and cabal build.

ghcid gives you instant feedback, which speeds up the LLM workflow.

Nit: ghcid is not particularly reliable, so you may have to restart it from time to time.

📘 Haskell – Curso Completo Domine programação funcional com elegância, clareza e poder. 🔗 Compre aqui: amazon.com.br/Haskell-Comple… #Haskell #ProgramaçãoFuncional #Dev

nadafdsf19791's tweet image. 📘 Haskell – Curso Completo

Domine programação funcional com elegância, clareza e poder.

🔗 Compre aqui: amazon.com.br/Haskell-Comple…

#Haskell #ProgramaçãoFuncional #Dev

Question. Does he code #Elixir or #Haskell. Bringing in @ryanrwinchester & @TravisMWhitaker for their expert take.


"When you finally understand monads and realize… it’s just vibes inside a box 📦🙂 #Haskell #Monad" @monad

Martin_lutthar's tweet image. "When you finally understand monads and realize… it’s just vibes inside a box 📦🙂 #Haskell #Monad"
@monad

Advent of code is starting soon. Do you plan to particiate? If so, with what language/tooling? I'll probably try to do it in #haskell as in most years. This year is the first one with only 12 riddles. adventofcode.com


Automatic differentiation using dual numbers #haskell

onehundred28's tweet image. Automatic differentiation using dual numbers #haskell

Made a #haskell parser combinator (called Silicon) @axionbuster

onehundred28's tweet image. Made a #haskell parser combinator (called Silicon)
@axionbuster

“Practical Effects” - the drink of choice for the discerning #Haskell programmer :-)

haskellhutt's tweet image. “Practical Effects” - the drink of choice for the discerning #Haskell programmer :-)

Come join us if you want to leave this place 😂👀 #Haskell go.bsky.app/VAptMhY

FlavioCorpa's tweet image. Come join us if you want to leave this place 😂👀 #Haskell go.bsky.app/VAptMhY

Wouldn't it be nice if Scala supported pattern matching in function definitions, just like Haskell or Elixir? #scala #haskell #elixir

matej_cerny's tweet image. Wouldn't it be nice if Scala supported pattern matching in function definitions, just like Haskell or Elixir? #scala #haskell #elixir

NEW BLOG: Exploring #Hasktorch, a #Haskell binding for deep learning, and how it uses FFI to integrate with #LibTorch. Curious how Haskell handles tensors, neural nets, and GPU training? Read it here: stackbuilders.com/insights/haskt… #DeepLearning #FunctionalProgramming


Higher-order functions and type classes. ~ Noam Zeilberger. noamz.org/teaching/CSE30… #Haskell #FunctionalProgramming


First-order data types and pattern-matching ~ Noam Zeilberger. noamz.org/teaching/CSE30… #Haskell #FunctionalProgramming


Introduction to functional programming. ~ Noam Zeilberger. noamz.org/teaching/CSE30… #Haskell #FunctionalProgramming


Pragmatic Type-Level Design (PTLD E-Book) by Alexander Granin is on sale on Leanpub! Its suggested price is $39.00; get it for $18.75 with this coupon: leanpub.com/sh/sHwdkZI6 @graninas #SoftwareEngineering #Haskell #FunctionalProgramming #SoftwareArchitecture


📘 Haskell – Curso Completo Domine programação funcional com elegância, clareza e poder. 🔗 Compre aqui: amazon.com.br/Haskell-Comple… #Haskell #ProgramaçãoFuncional #Dev

nadafdsf19791's tweet image. 📘 Haskell – Curso Completo

Domine programação funcional com elegância, clareza e poder.

🔗 Compre aqui: amazon.com.br/Haskell-Comple…

#Haskell #ProgramaçãoFuncional #Dev

Advent of code is starting soon. Do you plan to particiate? If so, with what language/tooling? I'll probably try to do it in #haskell as in most years. This year is the first one with only 12 riddles. adventofcode.com


第319回Haskell-jpもくもく会 @ オンライン は November 30, 2025 at 01:00PMに行います。次回もお気軽にどうぞ! #hasmoku #haskell haskell-jp.connpass.com/event/376941/


Raphael Colman brought his #Haskell logo knitted jumper to @BigMathsJam, he even has a stitch diagram for making one, and wanted to write a program in Haskell for making said diagrams. #mathsjam


How to get all list permutations in #haskell

onehundred28's tweet image. How to get all list permutations in #haskell

📘 Haskell – Curso Completo Domine programação funcional com elegância, clareza e poder. 🔗 Compre aqui: amazon.com.br/Haskell-Comple… #Haskell #ProgramaçãoFuncional #Dev

nadafdsf19791's tweet image. 📘 Haskell – Curso Completo

Domine programação funcional com elegância, clareza e poder.

🔗 Compre aqui: amazon.com.br/Haskell-Comple…

#Haskell #ProgramaçãoFuncional #Dev

Try similar code in #haskell and the answer will be 3. Check what happens in #fsharp and enjoy. Thanks to @headinthebox for the lesson.

lamg_dev's tweet image. Try similar code in #haskell and the answer will be 3. Check what happens in #fsharp and enjoy. Thanks to @headinthebox for the lesson.

Wouldn't it be nice if Scala supported pattern matching in function definitions, just like Haskell or Elixir? #scala #haskell #elixir

matej_cerny's tweet image. Wouldn't it be nice if Scala supported pattern matching in function definitions, just like Haskell or Elixir? #scala #haskell #elixir

Scud or funnel? Just to the west of #Haskell — 6:58p CT #TXwx @NWSLubbock

RyanVoutilainen's tweet image. Scud or funnel? Just to the west of #Haskell — 6:58p CT

#TXwx @NWSLubbock

I successfully hooked up ghcid to LLM. #Haskell So, it no longer has to waste time with Nix devShell and cabal build. ghcid gives you instant feedback, which speeds up the LLM workflow. Nit: ghcid is not particularly reliable, so you may have to restart it from time to time.

sridca's tweet image. I successfully hooked up ghcid to LLM. #Haskell

So, it no longer has to waste time with Nix devShell and cabal build.

ghcid gives you instant feedback, which speeds up the LLM workflow.

Nit: ghcid is not particularly reliable, so you may have to restart it from time to time.

Automatic differentiation using dual numbers #haskell

onehundred28's tweet image. Automatic differentiation using dual numbers #haskell

I am very excited about reading this book, what a treat!! #physics . #haskell . #functionalprogramming

Esteban08240516's tweet image. I am very excited about reading this book, what a treat!! #physics . #haskell . #functionalprogramming

wrote a quick blog post about expressing and proving the Baby Paradox in #Haskell. the concrete implementation had been a go-to LLM stumper for me until GPT 5, so I thought it was about time!

mstk's tweet image. wrote a quick blog post about expressing and proving the Baby Paradox in #Haskell.

the concrete implementation had been a go-to LLM stumper for me until GPT 5, so I thought it was about time!

Was an honor to present at this year's @icfp_conference Haskell Symposium representing @anduriltech talking about how we use #Haskell in embedded systems programming! Had great conversations and my takeaway is STM is probably the single best-yet-underused PL technologies ever

mstk's tweet image. Was an honor to present at this year's  @icfp_conference Haskell Symposium representing @anduriltech talking about how we use #Haskell in embedded systems programming! Had great conversations and my takeaway is STM is probably the single best-yet-underused PL technologies ever

For the #fsharp pipe operator |> lovers, #haskell has got you covered.

Savlambda's tweet image. For the #fsharp pipe operator |> lovers, #haskell has got you covered.

Loading...

Something went wrong.


Something went wrong.


United States Trends