#functionalprogramming risultati di ricerca
Luaで真のパイプライン演算子 |> を実現するライブラリ作った!!! OCaml/Julia/F#/Elixirみたいに x |> f |> g って書けるやつ(正確には x % f ^ g) Haskellの f . g $ x も書ける(f * g % x) 皆大好き依存ゼロで、オーバーヘッドもほぼゼロ(LuaJIT)! #Lua #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
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
Pragmatic Type-Level Design: Practical introduction to type-level programming: design principles, design patterns, methodologies, approaches by Alexander Granin is the featured book on the Leanpub homepage! #SoftwareEngineering #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
Functors are containers you can map over. Arrays are functors - map transforms each element while keeping the array structure. Any type with a map method that follows functor laws is a functor. #FunctionalProgramming #Functors
Hyperfunctions: Communicating continuations. ~ Donnacha Oisín Kidney, Nicolas Wu. doisinkidney.com/pdfs/hyperfunc… #Haskell #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
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 is a great language for data science. ~ Jonathan Carroll. jcarroll.com.au/2025/12/05/has… #Haskell #FunctionalProgramming #DataScience #Rstats
"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
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
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…
Sign up for alerts to receive regular content updates from Journal of Functional Programming 📚 cup.org/4jZHmpg #FunctionalProgramming
Check out the most-read articles from Journal of Functional Programming here: 📚 cup.org/4lCGyWJ #FunctionalProgramming
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
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
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
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 is a great language for data science. ~ Jonathan Carroll. jcarroll.com.au/2025/12/05/has… #Haskell #FunctionalProgramming #DataScience #Rstats
Readings shared December 4, 2025. jaalonso.github.io/vestigium/post… #FunctionalProgramming #Haskell #ITP #IsabelleHOL #LeanProver
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
Readings shared December 3, 2025. jaalonso.github.io/vestigium/post… #CompSci #FunctionalProgramming #Haskell #ITP #LeanProver #Math
Effect Oriented Programming by Bill Frasure, Bruce Eckel, and James Ward is on sale on Leanpub! Its suggested price is $30.00; get it for $14.00 with this coupon: leanpub.com/sh/W2RKqoMW @BruceEckel @_JamesWard #Scala #FunctionalProgramming #SoftwareEngineering
Haskell Advent of code Day 3 Completed ✅ 20 minutes to pass it, just cruising for now 😎 github.com/mehdidotcafe/a… #AdventOfCode #Haskell #functionalprogramming
Day 51 /100 – #100DaysOfElixir unpopular opinion learning a language by reading docs yields better long term result than you tube tutorials.. #Elixir #FunctionalProgramming
Welcome @riccardo_cardin as the #Scalarconf 2026 speakers! 🎙️ The Concurrency Triangle: Scala Fibers, Java Virtual Threads, and Kotlin Coroutines 🎟️ Grab your ticket here: scalar-conf.com/tickets #scala #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
Haskell Advent of code Day 2 Completed ✅ Not so hard today 😎 github.com/mehdidotcafe/a… #AdventOfCode #Haskell #functionalprogramming
Haskell Advent of code Day 1 Completed ✅ Struggled a little bit with the left rotations but we are good! github.com/mehdidotcafe/a… #AdventOfCode #Haskell #functionalprogramming
Welcome Philipp Haller & Oskar Grönman as the #Scalarconf 2026 speakers! 🎙️ Controlled Concurrency Testing for Scala 🎟️ Grab your ticket here: scalar-conf.com/tickets #scala #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
Luaで真のパイプライン演算子 |> を実現するライブラリ作った!!! OCaml/Julia/F#/Elixirみたいに x |> f |> g って書けるやつ(正確には x % f ^ g) Haskellの f . g $ x も書ける(f * g % x) 皆大好き依存ゼロで、オーバーヘッドもほぼゼロ(LuaJIT)! #Lua #FunctionalProgramming
"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
Prolog's success is so annoying! How do I introduce it to the concept of loss? Source: devhubby.com/thread/how-to-… #AI #FunctionalProgramming #DataScience #Python #prolog #force
1/ 🎛️ Advanced Functional Programming in R: purrr and beyond 🚀 Discover the power of functional programming techniques in R to write cleaner, more efficient code. #rstats #AdvancedR #FunctionalProgramming #DataScience
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
I am very excited about reading this book, what a treat!! #physics . #haskell . #functionalprogramming
Let's say you are a Java developer looking to take the next step and fully dive into functional programming. Don't be scared of Scala's syntax! Take a look - it's often more familiar than you might think! #java #scala #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
Introduction to F#: A Language for Functional Programming tinyurl.com/5c2uwbme #IntroductionToFSharp #FSharp #FunctionalProgramming #FSharpProgramming #fsharp #AINews #AnalyticsInsight #AnalyticsInsightMagazine
Check out the most-read articles from Journal of Functional Programming here: 📚 cup.org/4lCGyWJ #FunctionalProgramming
Concatenating and convening folks from @elixir_delhi and @FunctionalIndia this coming Saturday to talk about @elixirlang, @HaskellOrg and #functionalprogramming Talks, show n' tells & free flowing conversations, almost as good as doing concurrency in #FP
Combined meetup of @elixir_delhi and #fpindia coming up on 1st June.
Sign up for alerts to receive regular content updates from Journal of Functional Programming 📚 cup.org/4jZHmpg #FunctionalProgramming
It takes a village, and I like this village very much! #scala #functionalprogramming #warsaw #poland #scalarconf
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…
#KotlinConf 2024 is almost there. Next week I'll be in Copenhagen right now 😱 If you're not able to attend, all talks will also be live streamed! How many 2.0 library announcements will we see @ KotlinConf? 😁 #kotlin #functionalprogramming @arrow_kt
Take the stage of @scalarconf 2025! Become a speaker at the best Scala conference in Central Europe: sessionize.com/scalar-2025 You can suggest up to 3 talks related to #Scala and #functionalprogramming. #scalarconf #c4p #scalarconf
Something went wrong.
Something went wrong.
United States Trends
- 1. Chiefs 105K posts
- 2. Kelce 23.9K posts
- 3. Kelce 23.9K posts
- 4. Texans 45.5K posts
- 5. #ITWelcomeToDerry 55.6K posts
- 6. Andy Reid 6,470 posts
- 7. #BaddiesUSA 26.9K posts
- 8. Rashee Rice 7,788 posts
- 9. Collinsworth 6,521 posts
- 10. CJ Stroud 3,544 posts
- 11. #HOUvsKC 2,096 posts
- 12. Chris Jones 2,742 posts
- 13. #SNFonNBC 1,135 posts
- 14. #HTownMade 2,653 posts
- 15. Pitre 6,333 posts
- 16. Jeff Kent 8,679 posts
- 17. Pennywise 28K posts
- 18. AFC West 4,426 posts
- 19. Nagy 2,403 posts
- 20. Packers 80.8K posts