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

🚀 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

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


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.

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

"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

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!

How much is in a square? Calculating functional programs with squares. ~ Jose Nuno Oliveira. cambridge.org/core/journals/… #Haskell #FunctionalProgramming


Automatic differentiation using dual numbers #haskell

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

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.

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

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

𝚝𝚢𝚙𝚎s, 𝚃𝚢𝚙𝚎s, 𝚃𝚈𝙿𝙴s! Do you know the difference between these three keywords/identifiers in Haskell? #haskell

types!, Types!, TYPES! Did you know Racket supports static type checking? #lisp



“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 :-)

Pattern Guards, #haskell since 2010

This pattern has been growing on me: match () { _ if <condition> => expr, _ if <condition> => expr, _ => expr, } Basically an if-else but much cleaner syntactically IMO.

HSVSphere's tweet image. This pattern has been growing on me:

match () {
  _ if &amp;lt;condition&amp;gt; =&amp;gt; expr,

  _ if &amp;lt;condition&amp;gt; =&amp;gt; expr,

  _ =&amp;gt; expr,
}

Basically an if-else but much cleaner syntactically IMO.
HSVSphere's tweet image. This pattern has been growing on me:

match () {
  _ if &amp;lt;condition&amp;gt; =&amp;gt; expr,

  _ if &amp;lt;condition&amp;gt; =&amp;gt; expr,

  _ =&amp;gt; expr,
}

Basically an if-else but much cleaner syntactically IMO.
HSVSphere's tweet image. This pattern has been growing on me:

match () {
  _ if &amp;lt;condition&amp;gt; =&amp;gt; expr,

  _ if &amp;lt;condition&amp;gt; =&amp;gt; expr,

  _ =&amp;gt; expr,
}

Basically an if-else but much cleaner syntactically IMO.


CORRE! Kit Cavalo Forte Haskell (1L) no MENOR PREÇO! Crescimento e Força! 🐴✨ DE R$ 189,90 (Média de Mercado) por SÓ R$ 133,15! Use o CUPOM 15%: BFBELEZA no link! 🔗 amzn.to/4p86qN1 #DerePromoções #Haskell #CavaloForte #Cabelos

deredereartes's tweet image. CORRE! Kit Cavalo Forte Haskell (1L) no MENOR PREÇO! Crescimento e Força! 🐴✨
DE R$ 189,90 (Média de Mercado) por SÓ R$ 133,15!

Use o CUPOM 15%: BFBELEZA no link!

🔗 amzn.to/4p86qN1

#DerePromoções #Haskell #CavaloForte #Cabelos

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


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


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


How to get all list permutations in #haskell

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

Something exciting arrived in the mail today 🤩 Maybe I should share some of my favorite books with you all before I finish this one? 🤔 What are some of YOUR favorite books on functional programming or IT in general? #functionalprogramming #book #haskell @graninas

matej_cerny's tweet image. Something exciting arrived in the mail today 🤩 Maybe I should share some of my favorite books with you all before I finish this one? 🤔 What are some of YOUR favorite books on functional programming or IT in general? #functionalprogramming #book #haskell @graninas

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.

Something I've noticed in learning #Haskell... #functionalprogramming

johnniewalker's tweet image. Something I&apos;ve noticed in learning #Haskell...

#functionalprogramming

Automatic differentiation using dual numbers #haskell

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

Should’ve been Monmouth. #Haskell

ukHolloway91's tweet image. Should’ve been Monmouth. #Haskell

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&apos;t it be nice if Scala supported pattern matching in function definitions, just like Haskell or Elixir? #scala #haskell #elixir

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.

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

📣 Attention #Haskell #Cardano Devs 📣 Maestro is on a quest to enhance our open-source #SDK repos! This week, we're focusing on our Haskell SDK issues! All the tasks in our Haskell repo have been listed! Maestro will award you 4 million Compute credits for every 5 endpoints…

GoMaestroOrg's tweet image. 📣 Attention #Haskell #Cardano Devs 📣

Maestro is on a quest to enhance our open-source #SDK repos! This week, we&apos;re focusing on our Haskell SDK issues!

All the tasks in our Haskell repo have been listed! Maestro will award you 4 million Compute credits for every 5 endpoints…

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

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

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

the boyzzzz are in the house!!! #haskell

barshoelife's tweet image. the boyzzzz are in the house!!!
#haskell

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

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

Ok, here me out ... yay or nay? #Haskell #HerculesBeetle

AdrianSieber's tweet image. Ok, here me out ... yay or nay?
#Haskell #HerculesBeetle

Loading...

Something went wrong.


Something went wrong.


United States Trends