#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

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

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…


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

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

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

devhubbycom's tweet image. 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

🎙️New episode of @MS_ComInsights is out and it is episode 35. We are diving into the world of  Functional Programming in C# with @madSimonJ ▶️ Watch on YouTube: lnkd.in/eaGs5zmA #FunctionalProgramming  #DotNetDevelopers     #SoftwareEngineering


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…



Make that 1,999 course registrations! learnscala.dev #scala #functionalprogramming

alvinalexander's tweet image. Make that 1,999 course registrations!

learnscala.dev

#scala #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.


Why (pure) functional programming matters by @therealchreke Register for free and read more at: meetup.com/func-prog-swed… Kind regards @KivraHq for the venue. And you can join from anywhere as we are live streaming. #funcprogsweden #functionalprogramming

magnus_sedlacek's tweet image. Why (pure) functional programming matters by @therealchreke 

Register for free and read more at: meetup.com/func-prog-swed…
  
Kind regards @KivraHq for the venue. 
  
And you can join from anywhere as we are live streaming.
  
#funcprogsweden #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

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

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

matej_cerny's tweet image. 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
matej_cerny's tweet image. 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

Func Prog Sweden 🎉 The program: - An Algebra of Thoughts: When Kyo effects meet LLMs by @fbrasisil - Functional Marmelade by Patrik Andersson Register for free: meetup.com/func-prog-swed… #funcprogsweden #functionalprogramming #scala #kyo

magnus_sedlacek's tweet image. Func Prog Sweden 🎉

The program:
- An Algebra of Thoughts: When Kyo effects meet LLMs by @fbrasisil
- Functional Marmelade by Patrik Andersson

Register for free: meetup.com/func-prog-swed…

#funcprogsweden #functionalprogramming #scala #kyo

⛰️ From scaling mountains to scaling systems! Robert Wood brings his adventure mindset to #DevConf2025, sharing how functional programming helped Yuppiechef thrive in competitive e-commerce. 👨‍🍳 #FunctionalProgramming

devconfza's tweet image. ⛰️ From scaling mountains to scaling systems! Robert Wood brings his adventure mindset to #DevConf2025, sharing how functional programming helped Yuppiechef thrive in competitive e-commerce. 👨‍🍳 #FunctionalProgramming

Starting day 2 with @odersky, the creator of Scala himself 🙌 🔜 Panel discussion: Learning How to Learn and Lightning talks ⚡️ #lambdadays #scalalang #functionalprogramming

LambdaDays's tweet image. Starting day 2 with @odersky, the creator of Scala himself 🙌

🔜 Panel discussion: Learning How to Learn
and Lightning talks ⚡️

#lambdadays #scalalang #functionalprogramming

Some more creative coding in Scheme: - a starfield always makes good impression - some colorful spirals #creativecoding #functionalprogramming #lisp #scheme #genart


The bundle Visual Category Theory by Dmitry Vostokov is on sale on Leanpub! Its suggested price is $39.95; get it for $15.00 with this coupon: leanpub.com/b/categories/c… @DumpAnalysis #ComputerScience #Mathematics #FunctionalProgramming


Functional-Light JavaScript (Book & Code) by Kyle Simpson is on sale on Leanpub! Its suggested price is $29.95; get it for $21.56 with this coupon: leanpub.com/sh/V0htIyFF @getifyX #Javascript #FunctionalProgramming


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

Certainty by Construction by Sandy Maguire is on sale on Leanpub! Its suggested price is $80.00; get it for $17.50 with this coupon: leanpub.com/sh/fQHU4MNP #FunctionalProgramming #Mathematics #ComputerScience


Why (pure) functional programming matters by @therealchreke Register for free and read more at: meetup.com/func-prog-swed… Kind regards @KivraHq for the venue. And you can join from anywhere as we are live streaming. #funcprogsweden #functionalprogramming

magnus_sedlacek's tweet image. Why (pure) functional programming matters by @therealchreke 

Register for free and read more at: meetup.com/func-prog-swed…
  
Kind regards @KivraHq for the venue. 
  
And you can join from anywhere as we are live streaming.
  
#funcprogsweden #functionalprogramming

The deadline for submitting your talk proposals for Scalar 2026 is coming! 🔥 Want to be considered for the first batch review? Apply by October 31st: sessionize.com/scalar-2026/ and join our lineup! #scalarconf #scala #functionalprogramming

scalarconf's tweet image. The deadline for submitting your talk proposals for Scalar 2026 is coming! 🔥

Want to be considered for the first batch review?

Apply by October 31st: sessionize.com/scalar-2026/ and join our lineup!

#scalarconf #scala #functionalprogramming

Same energy: use functional programming constructs Pure fns, immutability, pattern matching → static checks + trivial unit tests. LLMs hallucinate side effects. FP cages them. Correct > clever. #FunctionalProgramming #aicoding


The course Composing Software by Eric Elliott is on sale on Leanpub! Its suggested price is $179.00; get it for $89.00 with this coupon: leanpub.com/sh/5YWAh2ZR @ericelliott_ #ComputerProgramming #FunctionalProgramming #Javascript #Software #SoftwareEngineering


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

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

devhubbycom's tweet image. 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

"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

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

selcukorkmaz's tweet image. 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

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

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

CUP_SciEng's tweet image. 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

elixir_delhi's tweet image. 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.



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

matej_cerny's tweet image. 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
matej_cerny's tweet image. 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

I'm delighted to be here at @LambdaDays for the 10th time! Let's celebrate #functionalprogramming

beatleida's tweet image. I'm delighted to be here at @LambdaDays for the 10th time! Let's celebrate #functionalprogramming

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

sesigl's tweet image. 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

An Algebra of Thoughts: When Kyo effects meet LLMs by @fbrasisil Register for free and read more at: meetup.com/func-prog-swed… And you can join from anywhere as we are live streaming. #funcprogsweden #functionalprogramming #scala #kyo

magnus_sedlacek's tweet image. An Algebra of Thoughts: When Kyo effects meet LLMs by @fbrasisil 

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

And you can join from anywhere as we are live streaming.
#funcprogsweden #functionalprogramming #scala #kyo

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

Sign up for alerts to receive regular content updates from Journal of Functional Programming 📚 cup.org/4jZHmpg #FunctionalProgramming

CUP_SciEng's tweet image. Sign up for alerts to receive regular content updates from Journal of Functional Programming
📚 cup.org/4jZHmpg
#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…


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

markcanlasnyc's tweet image. It takes a village, and I like this village very much! #scala #functionalprogramming #warsaw #poland #scalarconf

Starting day 2 with @odersky, the creator of Scala himself 🙌 🔜 Panel discussion: Learning How to Learn and Lightning talks ⚡️ #lambdadays #scalalang #functionalprogramming

LambdaDays's tweet image. Starting day 2 with @odersky, the creator of Scala himself 🙌

🔜 Panel discussion: Learning How to Learn
and Lightning talks ⚡️

#lambdadays #scalalang #functionalprogramming

Loading...

Something went wrong.


Something went wrong.


United States Trends