#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's transpose function does most of the work. We're already halfway through!

 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

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

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

Composing Software: An Exploration of Functional Programming and Object Composition in JavaScript by Eric Elliott @ericelliott_ is the featured course on the Leanpub homepage! #ComputerProgramming #FunctionalProgramming #Javascript #Software #SoftwareEngineering All software…

leanpub's tweet image. Composing Software: An Exploration of Functional Programming and Object Composition in JavaScript by Eric Elliott @ericelliott_  is the featured course on the Leanpub homepage! #ComputerProgramming #FunctionalProgramming #Javascript #Software #SoftwareEngineering

All software…

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

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

Hyperfunctions: Communicating continuations. ~ Donnacha Oisín Kidney, Nicolas Wu. doisinkidney.com/pdfs/hyperfunc… #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

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…


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

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

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…


How much is in a square? Calculating functional programs with squares. ~ Jose Nuno Oliveira. cambridge.org/core/journals/… #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

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

⛰️ 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

未找到 "#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's transpose function does most of the work. We're already halfway through!

 github.com/mehdidotcafe/a… 

#AdventOfCode #Haskell #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

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

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

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

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

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

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

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.



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

"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

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

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

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

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

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…


🎉 New Blog Alert! 🎉 “Say the quiet part out loud with assertion tests” - in the #Reproducible Data Science with R series! Learn to identify and test assumptions in your #rstats functions. waterdata.usgs.gov/blog/rds-asser… #FunctionalProgramming #tidyverse #DataScience #chk

USGS_Water's tweet image. 🎉 New Blog Alert! 🎉

“Say the quiet part out loud with assertion tests” - in the #Reproducible Data Science with R series! Learn to identify and test assumptions in your #rstats functions.

waterdata.usgs.gov/blog/rds-asser…

#FunctionalProgramming #tidyverse #DataScience #chk

Loading...

Something went wrong.


Something went wrong.


United States Trends