#functional_programming 搜尋結果

未找到 "#functional_programming" 的結果
未找到 "#functional_programming" 的結果
未找到 "#functional_programming" 的結果

شرکت تو این همایشو توصیه می کنم به همه عزیزانی که میخوان با مدل برنامه نویسی Functional آشنایی اولیه پیدا کنن و برنامه هایی بنویسن که خواناتره و مشکلات کمتری داره. #functional_programming #javascript #js #weblite_talks

aliasgary73's tweet image. شرکت تو این همایشو توصیه می کنم به همه عزیزانی که میخوان با مدل برنامه نویسی Functional آشنایی اولیه پیدا کنن و برنامه هایی بنویسن که خواناتره و مشکلات کمتری داره.
#functional_programming
#javascript
#js
#weblite_talks

Until here, everything’s fine .... 🥹 #Functional_Programming #typescript

xtrembaker's tweet image. Until here, everything’s fine .... 🥹
#Functional_Programming
#typescript

Monad transformers combine multiple monadic effects. OptionT(Either) handles optional values within error contexts. ReaderT(IO) manages configuration with side effects. #MonadTransformers #AdvancedFP #functional_programming

ma113_tp's tweet image. Monad transformers combine multiple monadic effects. OptionT(Either) handles optional values within error contexts. ReaderT(IO) manages configuration with side effects.

#MonadTransformers #AdvancedFP
#functional_programming

Functional programming in Kotlin, you need to prepend functions with "::" - not good. Not simple. Extra entities to think and care. Extra noise in code. #kotlin #java #functional_programming

apetrushin's tweet image. Functional programming in Kotlin, you need to prepend functions with "::" - not good. Not simple. Extra entities to think and care. Extra noise in code. #kotlin #java #functional_programming

وإذا كنت ما تحب الطماطم مثلي، حط filter قبل ال reduce وامورك تمام 😛 #functional_programming #javascript

FGhurayri's tweet image. وإذا كنت ما تحب الطماطم مثلي، حط filter قبل ال reduce وامورك تمام 😛 #functional_programming #javascript

Watch @kaldiroglu share insights to improve your clean code modeling with records. Where #OOP meets #Functional_Programming, Java combines these two programming styles using records. Watch here: youtube.com/live/_I_aBa327…

RiyadhJUG's tweet image. Watch @kaldiroglu share insights to improve your clean code modeling with records. Where #OOP meets #Functional_Programming, Java combines these two programming styles using records.

Watch here:
youtube.com/live/_I_aBa327…

Ready for tomorrow, for me will be like a monday so... Hard workout #CrossFit #crosstraining #functional_programming

TheFTrainer's tweet image. Ready for tomorrow, for me will be like a monday so... Hard workout #CrossFit #crosstraining #functional_programming

> [luarrow] Pipeline-operator and Haskell-style function composition, for Lua (like: `x |> h |> g |> f` and `f . g . h $ x`) subredditに投稿しました🥳🎉✨✨ ゆっくりしていってね!!! #lua #functional_programming #Haskell

public_ai000ya's tweet image. > [luarrow] Pipeline-operator and Haskell-style function composition, for Lua (like: `x |> h |> g |> f` and `f . g . h $ x`) 

subredditに投稿しました🥳🎉✨✨
ゆっくりしていってね!!!

#lua #functional_programming #Haskell

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


🚀 just uploaded (link in reply): Drawing Heighway’s Dragon - Part 3 - Simplification Through Separation of Concerns - Rotation Without Matrix Multiplication #scala #functional_programming #computer_graphics

philip_schwarz's tweet image. 🚀 just uploaded (link in reply): Drawing Heighway’s Dragon - Part 3 - Simplification Through Separation of Concerns - Rotation Without Matrix Multiplication #scala #functional_programming #computer_graphics

🚀 just uploaded (links in reply): Drawing Heighway’s Dragon - Part 4 - Interactive and Animated Dragon Creation #scala #functional_programming #computer_graphics

philip_schwarz's tweet image. 🚀 just uploaded (links in reply): Drawing Heighway’s Dragon - Part 4 - Interactive and Animated Dragon Creation #scala #functional_programming #computer_graphics

🚀 just uploaded to fpilluminated.org! Drawing Heighway’s Dragon - Recursive Function Rewrite - From Imperative Style in Pascal 64 To Functional Style in Scala 3 #scala #functional_programming Direct link: fpilluminated.org/deck/256

philip_schwarz's tweet image. 🚀 just uploaded to fpilluminated.org! Drawing Heighway’s Dragon - Recursive Function Rewrite - From Imperative Style in Pascal 64 To Functional Style in Scala 3 #scala #functional_programming

Direct link: fpilluminated.org/deck/256

🚀 just uploaded (link in reply): Drawing Heighway’s Dragon - Recursive Function Simplification - From 2^n Recursive Invocations To n Tail-Recursive Invocations Exploiting Self-Similarity #scala #functional_programming #computer_graphics

philip_schwarz's tweet image. 🚀 just uploaded (link in reply): Drawing Heighway’s Dragon - Recursive Function Simplification -
From 2^n Recursive Invocations To n Tail-Recursive Invocations Exploiting Self-Similarity #scala #functional_programming #computer_graphics

Functional Programming: Recursion: Recursion is a technique that allows us to break down a problem into smaller pieces. This technique allows us to remove some local side effects that we… bit.ly/2E32jvT #java #tutorial #functional_programming #recursion #mickknutson

mickknutson's tweet image. Functional Programming: Recursion: Recursion is a technique that allows us to break down a problem into smaller pieces. This technique allows us to remove some local side effects that we… bit.ly/2E32jvT #java #tutorial #functional_programming #recursion #mickknutson

Loading...

Something went wrong.


Something went wrong.


United States Trends