#functionalprogramming نتائج البحث
Bridging category theory and functional programming for enhanced learning. ~ Fethi Kadhi. mecs-press.org/ijmsc/ijmsc-v1… #Haskell #FunctionalProgramming #CategoryTheory
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


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…

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

THEY'LL PROGRAM YOU WITH #HASKELL-LIKE BIOCODES (#FUNCTIONALPROGRAMMING) FOR THE BRAIN & BODY TO ENSURE FAULT-TOLERANT COMPUTING AND PARALLEL PROCESSING OF YOUR BIOSIGNALS. DID YOU CONSENT TO THIS? ...
Monad Node It handles the transaction processing for new blocks, and keeps track of the state of the blockchain. Monad supports several ways for full nodes to receive block proposals via the RaptorCast protocol. docs.monad.xyz/node-ops/full-… RaptorCast RaptorCast is a specialized…
docs.monad.xyz
Full Node Configurations | Monad Developer Documentation
Monad supports several ways for full nodes to receive block proposals via the
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…

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


Great expectations: Unifying statistical theory and programming. ~ Bradley Saul. arxiv.org/abs/2510.09853 #ITP #Agda #FunctionalProgramming #Math
Check out the most-read articles from Journal of Functional Programming here: 📚 cup.org/4lCGyWJ #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

Non-obvious Haskell idiom: Bind to lambda case. ~ kqr. entropicthoughts.com/non-obvious-ha… #Haskell #FunctionalProgramming
Sign up for alerts to receive regular content updates from Journal of Functional Programming 📚 cup.org/4jZHmpg #FunctionalProgramming

Readings shared October 16, 2025. jaalonso.github.io/vestigium/post… #AI #CompSci #FunctionalProgramming #Haskell #ITP #IsabelleHOL #LLMs #LeanProver #Math
Interested in submitting your article to Journal of Functional Programming? Click here for more information. 📚 cup.org/3SpFGJ7 #FunctionalProgramming

Exploring Arrows for sequencing effects. ~ Chris Penner. chrispenner.ca/posts/arrow-ef… #Haskell #FunctionalProgramming
"This book is a great place to go beyond the basics and further explore what is arguably the most important aspect of Elixir." --Saša Jurić, Author of Elixir in Action Code PragPicks takes 40% off today, only at the link below @svileng #elixir #functionalprogramming #software

Our Call for Papers has been extended until this Friday, June 20th! Submit your proposal to confeti.app #FunctionalProgramming

Array.map() transforms every element: const doubled = arr.map(x => x * 2) Returns new array, original unchanged. #JavaScript #Arrays #FunctionalProgramming
Bridging category theory and functional programming for enhanced learning. ~ Fethi Kadhi. mecs-press.org/ijmsc/ijmsc-v1… #Haskell #FunctionalProgramming #CategoryTheory
Great expectations: Unifying statistical theory and programming. ~ Bradley Saul. arxiv.org/abs/2510.09853 #ITP #Agda #FunctionalProgramming #Math
Non-obvious Haskell idiom: Bind to lambda case. ~ kqr. entropicthoughts.com/non-obvious-ha… #Haskell #FunctionalProgramming
Exploring Arrows for sequencing effects. ~ Chris Penner. chrispenner.ca/posts/arrow-ef… #Haskell #FunctionalProgramming
Readings shared October 16, 2025. jaalonso.github.io/vestigium/post… #AI #CompSci #FunctionalProgramming #Haskell #ITP #IsabelleHOL #LLMs #LeanProver #Math
Readings shared October 15, 2025. jaalonso.github.io/vestigium/post… #AI #CoqProver #FunctionalProgramming #Haskell #ITP #IsabelleHOL #LLMs #LeanProver #LiquidHaskell #Math #OCaml #Rocq
Arrows to arrows, categories to queries. ~ Sandy Maguire. reasonablypolymorphic.com/blog/arrows-to… #Haskell #FunctionalProgramming
Verifying the functional correctness of Braun trees with LiquidHaskell. ~ Felipe de León, Alberto Pardo, Marcos Viera. systemf.epfl.ch/etc/vstte2025/… #Haskell #FunctionalProgramming #LiquidHaskell
How much is in a square? Calculating functional programs with squares. ~ Jose Nuno Oliveira. lmf.di.uminho.pt/Ibex/oliveira2… #Haskell #FunctionalProgramming
Readings shared October 14, 2025. jaalonso.github.io/vestigium/post… #FunctionalProgramming #Haskell #ITP #IsabelleHOL #LeanProver #Logic #Math #Python #RustLang #SetTheory
JS in 2025: Functional programming is no longer a niche! Expect seamless data transformations & predictable UIs using libraries like Immer & Ramda. Focus on immutability & pure functions for easier debugging & AI-powered optimization. #JavaScript #FunctionalProgramming #WebDev

Making change: Array-based dynamic programming. ~ James Bowen. mmhaskell.com/blog/2025/10/1… #Haskell #FunctionalProgramming #RustLang
Practical FP in Scala by Gabriel Volpe is on sale on Leanpub! Its suggested price is $49.99; get it for $35.99 with this coupon: leanpub.com/sh/WpAYemma @volpegabriel87 #Scala #FunctionalProgramming #Software
"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

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

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

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…

I had an awesome time last week delivering both the #functionalprogramming essentials, and the Advanced Coroutines training in #kotlin at @Xebia with @XebiaFunctional! Thank everyone for the organisation, behind the scenes, for the lovely feedback! :ets do it again soon🙌



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


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


#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


It takes a village, and I like this village very much! #scala #functionalprogramming #warsaw #poland #scalarconf

Functional Conf 2025 (online) 24-25 January functionalconf.com #lambda #functionalprogramming @FnConf

Check out the most-read articles from Journal of Functional Programming here: 📚 cup.org/4lCGyWJ #FunctionalProgramming

We have now passed 1,600 course registrations! 🥳 #scala #functionalprogramming #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…

Introduction to F#: A Language for Functional Programming tinyurl.com/5c2uwbme #IntroductionToFSharp #FSharp #FunctionalProgramming #FSharpProgramming #fsharp #AINews #AnalyticsInsight #AnalyticsInsightMagazine

It’s time to look into functional programming with „Getting Clojure: Build Your Functional Skills One Idea at a Time“ by Russ Olsen. What’s your functional programming gem that makes you a better generalist? #functionalprogramming #clojure #architecture #cleancode

Scalar Conf was sick! Can’t wait to go back. See you next year, or sooner! #scala #functionalprogramming #warsaw @scalarconf

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. Prince Andrew 25.6K posts
- 2. Duke of York 12.3K posts
- 3. No Kings 268K posts
- 4. zendaya 9,126 posts
- 5. Zelensky 68.3K posts
- 6. trisha paytas 3,872 posts
- 7. #DoritosF1 N/A
- 8. Andrea Bocelli 16.9K posts
- 9. Apple TV 12.2K posts
- 10. #FursuitFriday 16.8K posts
- 11. #SELFIESFOROLIVIA N/A
- 12. Strasbourg 21.6K posts
- 13. Arc Raiders 6,930 posts
- 14. #CashAppFriday N/A
- 15. My President 52.2K posts
- 16. Karoline Leavitt 50.2K posts
- 17. F-bomb 2,030 posts
- 18. Trevon Diggs 1,489 posts
- 19. TPOT 20 SPOILERS 9,711 posts
- 20. #ThePerfectNeighbor N/A