#functionalprogramming search results

Luaで真のパイプライン演算子 |> を実現するライブラリ作った!!! OCaml/Julia/F#/Elixirみたいに x |> f |> g って書けるやつ(正確には x % f ^ g) Haskellの f . g $ x も書ける(f * g % x) 皆大好き依存ゼロで、オーバーヘッドもほぼゼロ(LuaJIT)! #Lua #FunctionalProgramming

public_ai000ya's tweet image. Luaで真のパイプライン演算子 |> を実現するライブラリ作った!!!

  OCaml/Julia/F#/Elixirみたいに x |> f |> g って書けるやつ(正確には x % f ^ g)
  Haskellの f . g $ x も書ける(f * g % x)

皆大好き依存ゼロで、オーバーヘッドもほぼゼロ(LuaJIT)!
#Lua #FunctionalProgramming
public_ai000ya's tweet image. Luaで真のパイプライン演算子 |> を実現するライブラリ作った!!!

  OCaml/Julia/F#/Elixirみたいに x |> f |> g って書けるやつ(正確には x % f ^ g)
  Haskellの f . g $ x も書ける(f * g % x)

皆大好き依存ゼロで、オーバーヘッドもほぼゼロ(LuaJIT)!
#Lua #FunctionalProgramming
public_ai000ya's tweet image. Luaで真のパイプライン演算子 |> を実現するライブラリ作った!!!

  OCaml/Julia/F#/Elixirみたいに x |> f |> g って書けるやつ(正確には x % f ^ g)
  Haskellの f . g $ x も書ける(f * g % x)

皆大好き依存ゼロで、オーバーヘッドもほぼゼロ(LuaJIT)!
#Lua #FunctionalProgramming

International Conference on Functional Programming (ICFP) 2026, August 24-29, 2026 Indiana University, Indianapolis, US @icfp_conference #FunctionalProgramming

shakthimaan's tweet image. International Conference on Functional Programming (ICFP) 2026, August 24-29, 2026 Indiana University, Indianapolis, US @icfp_conference #FunctionalProgramming

Dart & Flutter tip: Don’t wait for the language to evolve you can build the features you want. Make your code expressive and maintainable 🪄 @dart_lang @FlutterDev @TahaTesser @RydMike @ASalvadorini #DartLang #Flutter #FunctionalProgramming

AdamMusaAly's tweet image. Dart & Flutter  tip:
Don’t wait for the language to evolve you can build the features you want. Make your code expressive and maintainable 🪄
@dart_lang @FlutterDev  @TahaTesser @RydMike @ASalvadorini 
#DartLang #Flutter #FunctionalProgramming
AdamMusaAly's tweet image. Dart & Flutter  tip:
Don’t wait for the language to evolve you can build the features you want. Make your code expressive and maintainable 🪄
@dart_lang @FlutterDev  @TahaTesser @RydMike @ASalvadorini 
#DartLang #Flutter #FunctionalProgramming

A thing I love about ZIO HTTP is that a server-side application is just a map of (a) route patterns to (b) their handlers, where each entry is essentially just a function from a Request to a Response. #scala #functionalprogramming

alvinalexander's tweet image. A thing I love about ZIO  HTTP is that a server-side application is just a map of (a) route  patterns to (b) their handlers, where each entry is essentially just a  function from a Request to a Response.

#scala #functionalprogramming

My free Scala and Functional Programming video courses are now complete!🥳 We have 8 courses, with 266 videos, and since August, 2024, we have over 1,450 course registrations. Many thanks to @zivergetech, @jdegoes , and @Tornadolobo for making this all possible. 🙏 The…

alvinalexander's tweet image. My free Scala and Functional Programming video courses are now complete!🥳

We have 8 courses, with 266 videos, and since August, 2024, we have over 1,450 course registrations. 

Many thanks to @zivergetech, @jdegoes , and @Tornadolobo  for making this all possible. 🙏

The…


Haskell Advent of code Day 8 Completed ✅ WHAT. A. DAY. Spent an unreasonable amount of time on deadends, but I managed to figure it out ultimately. github.com/mehdidotcafe/a… #AdventOfCode #Haskell #functionalprogramming

mehdidotcafe's tweet image. Haskell Advent of code Day 8 Completed ✅

WHAT. A. DAY.

Spent an unreasonable amount of time on deadends, but I managed to figure it out ultimately.     

github.com/mehdidotcafe/a… 

#AdventOfCode #Haskell #functionalprogramming

OCaml’s type inference is wild: the compiler figures out precise, static types for everything, even when you never write a single explicit annotation. #OCaml #FunctionalProgramming #TypeInference #HindleyMilner #StrongTyping #ProgrammingLanguages #FP

M0rfes's tweet image. OCaml’s type inference is wild: the compiler figures out precise, static types for everything, even when you never write a single explicit annotation.

#OCaml #FunctionalProgramming #TypeInference #HindleyMilner #StrongTyping #ProgrammingLanguages #FP

"Think of a monad as a container that not only holds a value but also knows how to apply functions while handling context (like errors, state, or async). 🚀 It’s less scary than it sounds—just a design pattern for composable effects. #FunctionalProgramming #Monad @monad

Martin_lutthar's tweet image. "Think of a monad as a container that not only holds a value but also knows how to apply functions while handling context (like errors, state, or async). 🚀 It’s less scary than it sounds—just a design pattern for composable effects. #FunctionalProgramming #Monad @monad

Haskell Advent of code Day 6 Completed ✅ Not so hard today, haskell's transpose function does most of the work. We're already halfway through! github.com/mehdidotcafe/a… #AdventOfCode #Haskell #functionalprogramming

mehdidotcafe's tweet image. Haskell Advent of code Day 6 Completed ✅

Not so hard today, haskell's transpose function does most of the work. We're already halfway through!

 github.com/mehdidotcafe/a… 

#AdventOfCode #Haskell #functionalprogramming

Functional Python programming in introductory computer science courses. ~ Rajshekhar Sunderraman. arxiv.org/abs/2512.03492… #Python #FunctionalProgramming


Elm Beyond the Browser: Type-Safe Scripting with elm-pages by @TomasLatal Register and read more: meetup.com/func-prog-swed… And you can join from anywhere as we are live streaming. #funcprogsweden #functionalprogramming

magnus_sedlacek's tweet image. Elm Beyond the Browser: Type-Safe Scripting with elm-pages by @TomasLatal 

Register and read more: meetup.com/func-prog-swed…

And you can join from anywhere as we are live streaming.

#funcprogsweden #functionalprogramming

I just saw that we are now over 1,800 course registrations. #Scala and #FunctionalProgramming training, all 100% free.

alvinalexander's tweet image. I just saw that we are now over 1,800 course registrations. 

#Scala and #FunctionalProgramming training, all 100% free.

My free Scala and Functional Programming video courses are now complete!🥳 We have 8 courses, with 266 videos, and since August, 2024, we have over 1,450 course registrations. Many thanks to @zivergetech, @jdegoes , and @Tornadolobo for making this all possible. 🙏 The…

alvinalexander's tweet image. My free Scala and Functional Programming video courses are now complete!🥳

We have 8 courses, with 266 videos, and since August, 2024, we have over 1,450 course registrations. 

Many thanks to @zivergetech, @jdegoes , and @Tornadolobo  for making this all possible. 🙏

The…


Lambda World is this WEEK! And Wendy Randolph is fully prepared to take part in it. Check out this great video she sent us from Florida, and go and grab your tickets NOW! lambda.world #FunctionalProgramming #Elixir #Clojure


International Conference on Functional Programming (ICFP) 2026, August 24-29, 2026 Indiana University, Indianapolis, US @icfp_conference #FunctionalProgramming

shakthimaan's tweet image. International Conference on Functional Programming (ICFP) 2026, August 24-29, 2026 Indiana University, Indianapolis, US @icfp_conference #FunctionalProgramming

Haskell Advent of code Day 9 Completed ✅ Actually not so hard when you know what to code; lost a lot of times on silly condition mistakes 🥲 github.com/mehdidotcafe/a… #AdventOfCode #Haskell #functionalprogramming

mehdidotcafe's tweet image. Haskell Advent of code Day 9 Completed ✅

Actually not so hard when you know what to code; lost a lot of times on silly condition mistakes 🥲    

github.com/mehdidotcafe/a… 

#AdventOfCode #Haskell #functionalprogramming

🚀 tulanā seeks a Senior Software Engineer to build stochastic optimization platforms with Scala, Nix/NixOS, Python, Haskell & Rust. Join a Berlin‑remote startup creating reproducible, elegant systems. #Scala #FunctionalProgramming #NixOS #BerlinJobs #Remote


Haskell Advent of code Day 8 Completed ✅ WHAT. A. DAY. Spent an unreasonable amount of time on deadends, but I managed to figure it out ultimately. github.com/mehdidotcafe/a… #AdventOfCode #Haskell #functionalprogramming

mehdidotcafe's tweet image. Haskell Advent of code Day 8 Completed ✅

WHAT. A. DAY.

Spent an unreasonable amount of time on deadends, but I managed to figure it out ultimately.     

github.com/mehdidotcafe/a… 

#AdventOfCode #Haskell #functionalprogramming

Welcome @alexelcu as the #Scalarconf 2026 speaker! 🎙️ Type-Classes (in Scala 3) 🎟️ Grab your ticket here: scalar-conf.com/tickets #scala #functionalprogramming

scalarconf's tweet image. Welcome @alexelcu as the #Scalarconf 2026 speaker! 

🎙️ Type-Classes (in Scala 3)

🎟️ Grab your ticket here: scalar-conf.com/tickets

#scala #functionalprogramming

Parallel arrays aren’t useful until you combine them. A simple zipWith() turns raw service responses into structured data you can actually work with. #devtips #javascript #FunctionalProgramming #SoftwareEngineering

koomekelvink's tweet image. Parallel arrays aren’t useful until you combine them.
A simple zipWith() turns raw service responses into structured data you can actually work with.

#devtips #javascript #FunctionalProgramming #SoftwareEngineering

Another blog post on Monads: Writer Monad + Option<T> in C# = null-safe chains with automatic audit logs! No more manual logging, just pure functional goodness 🔥 devtember.com/how-writer-mon… #CSharp #FunctionalProgramming #Monads


Haskell Advent of code Day 7 Completed ✅ Solved it quickly today as I coded part 2 while trying to code part 1 😄 Added memoization to boost performances and to make it pass. github.com/mehdidotcafe/a… #AdventOfCode #Haskell #functionalprogramming

mehdidotcafe's tweet image. Haskell Advent of code Day 7 Completed ✅

Solved it quickly today as I coded part 2 while trying to code part 1 😄
Added memoization to boost performances and to make it pass.

 github.com/mehdidotcafe/a… 

#AdventOfCode #Haskell #functionalprogramming

Functional Python programming in introductory computer science courses. ~ Rajshekhar Sunderraman. arxiv.org/abs/2512.03492… #Python #FunctionalProgramming


Haskell Advent of code Day 6 Completed ✅ Not so hard today, haskell's transpose function does most of the work. We're already halfway through! github.com/mehdidotcafe/a… #AdventOfCode #Haskell #functionalprogramming

mehdidotcafe's tweet image. Haskell Advent of code Day 6 Completed ✅

Not so hard today, haskell&apos;s transpose function does most of the work. We&apos;re already halfway through!

 github.com/mehdidotcafe/a… 

#AdventOfCode #Haskell #functionalprogramming

Is anyone using monads in any other programming language other than #functionalprogramming


Haskell Advent of code Day 5 Completed ✅ Sets to the rescue again today, not very elegant code buy does the job anyway github.com/mehdidotcafe/a… #AdventOfCode #Haskell #functionalprogramming

mehdidotcafe's tweet image. Haskell Advent of code Day 5 Completed ✅

Sets to the rescue again today, not very elegant code buy does the job anyway

github.com/mehdidotcafe/a… 

#AdventOfCode #Haskell #functionalprogramming

As part of growing Functional Programming and the Func Prog Sweden community, we will with start to run more in-person events in Sweden next year. First event – a Scala Meetup @ Spotify: meetup.com/func-prog-swed… #funcprogsweden #functionalprogramming #scala


Haskell Advent of code Day 4 Completed ✅ Storing paper rolls under a Set made part 2 so easy 👌🏻 github.com/mehdidotcafe/a… #AdventOfCode #Haskell #functionalprogramming

mehdidotcafe's tweet image. Haskell Advent of code Day 4 Completed ✅

Storing paper rolls under a Set made part 2 so easy 👌🏻

 github.com/mehdidotcafe/a… 

#AdventOfCode #Haskell #functionalprogramming

No results for "#functionalprogramming"
Loading...

Something went wrong.


Something went wrong.


United States Trends