#haskellcode search results

📦 I just published the Registry Directory: a list of code registries you can browse and pull code and components from. ui.shadcn.com/docs/directory Built into the CLI. No config required.

shadcn's tweet image. 📦 I just published the Registry Directory: a list of code registries you can browse and pull code and components from. 

ui.shadcn.com/docs/directory

Built into the CLI. No config required.

Hurry up! Free for 24 hours. ✅ Python ✅ Node.js ✅ React.js ✅ JavaScript ✅ Oops in C++ ✅ HR interview ✅ Machine learning ✅ Cloud Computing ✅ Computer networks To Get it: 1. Follow me (so that i can DM you 2. Repost 3. Comment "handwritten"

Shruti_0810's tweet image. Hurry up! Free for 24 hours.

✅ Python
✅ Node.js
✅ React.js
✅ JavaScript
✅ Oops in C++
✅ HR interview
✅ Machine learning
✅ Cloud Computing
✅ Computer networks

To Get it: 

1. Follow me (so that i can DM you
2. Repost 
3. Comment "handwritten"

This guy literally explains the future of coding with Claude Code

neatprompts's tweet image. This guy literally explains the future of coding with Claude Code

This guy abandoned Haskell and OCaml for C++ and here are the results. 👇

id_func's tweet image. This guy abandoned Haskell and OCaml for C++ and here are the results. 👇

Calculus is a powerful tool for understanding change, motion, and growth - and it's good to know as a dev. In this new College Calculus course, Ed teaches you the key concepts through the lens of Python. You'll learn about limits, derivative rules, slope interpretation, various…

freeCodeCamp's tweet image. Calculus is a powerful tool for understanding change, motion, and growth - and it's good to know as a dev.

In this new College Calculus course, Ed teaches you the key concepts through the lens of Python.

You'll learn about limits, derivative rules, slope interpretation, various…

#Haskell syntax is something else, quite hard to learn.. But man, when you get the hang of it, and it compiles, it means that you’re 99% sure that it works perfectly without any side effects. Debugging can be skipped too when coding with #Haskell.

danivideda's tweet image. #Haskell syntax is something else, quite hard to learn.. But man, when you get the hang of it, and it compiles, it means that you’re 99% sure that it works perfectly without any side effects. Debugging can be skipped too when coding with #Haskell.

There's a legendary blog post by a C# developer who tried using Go and Haskell (both for the first time) to implement the same concurrent algorithm. The result: Haskell required 4.5x less code, took half the time to complete and had much better DevEx overall. A thread.

effectfully's tweet image. There's a legendary blog post by a C# developer who tried using Go and Haskell (both for the first time) to implement the same concurrent algorithm.

The result: Haskell required 4.5x less code, took half the time to complete and had much better DevEx overall.

A thread.

Official GitHub github.com/OSgiliathAI Follow the code here. $OSGILIATH 🛡️🛡️🛡️


Note that a type equality in Adga is an equality as any other, and an instance argument is just an argument that happens to be implicit. Whereas type equality in Rust is its own concept with special, ugly syntax. Haskell is only marginally better here.


Java: "This OOP design pattern is so elegant, it's just 300 lines of extra code." Haskell: "Look at this horrible 6 lines of boilerplate!!!"

ChShersh's tweet image. Java:
"This OOP design pattern is so elegant, it's just 300 lines of extra code."

Haskell:
"Look at this horrible 6 lines of boilerplate!!!"

haskell is useful because it allows you reason about side effects

jaspervdj's tweet image. haskell is useful because it allows you reason about side effects

Before AI, we had to use Haskell to cheat during LeetCode interviews. This is 394. Decode String (Medium) solved with Haskell in less than 10 LOC.

ChShersh's tweet image. Before AI, we had to use Haskell to cheat during LeetCode interviews.

This is 394. Decode String (Medium) solved with Haskell in less than 10 LOC.
ChShersh's tweet image. Before AI, we had to use Haskell to cheat during LeetCode interviews.

This is 394. Decode String (Medium) solved with Haskell in less than 10 LOC.

Halvar, real question. With all of these coding LLMs abstracting over language syntax, why aren’t we generating formally verified code? It’s cheap now to do so. English -> Lean -> machine code


Here's an example of why Haskell is such a sick language This is a complete implementation of a generic maximin algorithm in Haskell for one player versus "nature" (uncertainty), optimized using dynamic programming

GabriellaG439's tweet image. Here's an example of why Haskell is such a sick language

This is a complete implementation of a generic maximin algorithm in Haskell for one player versus "nature" (uncertainty), optimized using dynamic programming

People don't talk all that much about code that uses simple patterns, because it is "boring". In my view, your first task as a beginner is to learn to write "boring" code well github.com/theindigamer/n…

bitfield's tweet image. People don't talk all that much about code that uses simple patterns, because it is "boring". In my view, your first task as a beginner is to learn to write "boring" code well github.com/theindigamer/n…

To anyone intrigued but intimidated by the prospect of learning Haskell (or something like it): I wrote a thing tonight about why you shouldn’t be. reddit.com/r/haskell/comm…

lexi_lambda's tweet image. To anyone intrigued but intimidated by the prospect of learning Haskell (or something like it): I wrote a thing tonight about why you shouldn’t be. reddit.com/r/haskell/comm…
lexi_lambda's tweet image. To anyone intrigued but intimidated by the prospect of learning Haskell (or something like it): I wrote a thing tonight about why you shouldn’t be. reddit.com/r/haskell/comm…

This is one of the pillars of the project — the technical and philosophical foundation that defines how automation, proof, and value converge inside Hypernode." Explore the complete documentation on our Wiki. github.com/Hypernode-sol/…


Since #ghc 8.0.x one does not have to write `let` all the time in the REPL. #haskell

raichoo's tweet image. Since #ghc 8.0.x one does not have to write `let` all the time in the REPL. #haskell

libghostty can now encode terminal contents as HTML. On the left is an example program that reads stdin, loads it in a terminal, and encodes to HTML. On the right, an example of `fastfetch` encoded to the browser. Coming soon to Ghostty clipboard ops automatically.

mitchellh's tweet image. libghostty can now encode terminal contents as HTML. On the left is an example program that reads stdin, loads it in a terminal, and encodes to HTML. On the right, an example of `fastfetch` encoded to the browser. Coming soon to Ghostty clipboard ops automatically.
mitchellh's tweet image. libghostty can now encode terminal contents as HTML. On the left is an example program that reads stdin, loads it in a terminal, and encodes to HTML. On the right, an example of `fastfetch` encoded to the browser. Coming soon to Ghostty clipboard ops automatically.

If Haskell’s so lazy, how does it bother reading files? 💤📁 Source: devhubby.com/thread/how-to-… #HaskellCode #HaskellDev #FunctionalProgramming #HaskellFun #haskell #files

devhubbycom's tweet image. If Haskell’s so lazy, how does it bother reading files? 💤📁

Source: devhubby.com/thread/how-to-…

#HaskellCode #HaskellDev #FunctionalProgramming #HaskellFun #haskell #files

Can Haskell hashmaps organize my sock drawer too? Asking for a mess. 🧦 Source: devhubby.com/thread/how-to-… #HaskellProgramming #HaskellCode #Haskell #SoftwareEngineering #haskell #display

devhubbycom's tweet image. Can Haskell hashmaps organize my sock drawer too? Asking for a mess. 🧦

Source: devhubby.com/thread/how-to-…

#HaskellProgramming #HaskellCode #Haskell #SoftwareEngineering #haskell #display

The Complete Haskell Course | From Zero to Expert | Learnfly 👉Get full access to this course here: learnfly.com/the-complete-h… 👉See more courses like this here: learnfly.com #Learnfly #haskellprogramming #haskellcode #haskellcoding #functionalprogramming

learnfly's tweet image. The Complete Haskell Course | From Zero to Expert | Learnfly

👉Get full access to this course here: learnfly.com/the-complete-h…

👉See more courses like this here: learnfly.com

#Learnfly #haskellprogramming #haskellcode #haskellcoding #functionalprogramming

#TechTuesday with a need for more #blockchain ready developers - Solution? @IOHK_Charles trains students in #HaskellCode ow.ly/NvUI30gR5yW


@arterberry_j a bet is not a bet until a handshake #haskellcode soooooo...handshaking now! Deal!


Gor times in my teeny hub source tree I have trim: = reverse . dropWhile isSpace . reverse . dropWhile isSpace; #haskellcode


No results for "#haskellcode"

Can Haskell hashmaps organize my sock drawer too? Asking for a mess. 🧦 Source: devhubby.com/thread/how-to-… #HaskellProgramming #HaskellCode #Haskell #SoftwareEngineering #haskell #display

devhubbycom's tweet image. Can Haskell hashmaps organize my sock drawer too? Asking for a mess. 🧦

Source: devhubby.com/thread/how-to-…

#HaskellProgramming #HaskellCode #Haskell #SoftwareEngineering #haskell #display

If Haskell’s so lazy, how does it bother reading files? 💤📁 Source: devhubby.com/thread/how-to-… #HaskellCode #HaskellDev #FunctionalProgramming #HaskellFun #haskell #files

devhubbycom's tweet image. If Haskell’s so lazy, how does it bother reading files? 💤📁

Source: devhubby.com/thread/how-to-…

#HaskellCode #HaskellDev #FunctionalProgramming #HaskellFun #haskell #files

The Complete Haskell Course | From Zero to Expert | Learnfly 👉Get full access to this course here: learnfly.com/the-complete-h… 👉See more courses like this here: learnfly.com #Learnfly #haskellprogramming #haskellcode #haskellcoding #functionalprogramming

learnfly's tweet image. The Complete Haskell Course | From Zero to Expert | Learnfly

👉Get full access to this course here: learnfly.com/the-complete-h…

👉See more courses like this here: learnfly.com

#Learnfly #haskellprogramming #haskellcode #haskellcoding #functionalprogramming

Loading...

Something went wrong.


Something went wrong.


United States Trends