#haskellcode zoekresultaten

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"

💻Deep Agents CLI Using the deepagents package, we built a simple coding CLI as an example of a coding application you could build on top of deepagents We added in a concept of memory so that it would remember instructions and guidance over time Blog: blog.langchain.com/introducing-de…

hwchase17's tweet image. 💻Deep Agents CLI

Using the deepagents package, we built a simple coding CLI as an example of a coding application you could build on top of deepagents

We added in a concept of memory so that it would remember instructions and guidance over time

Blog: blog.langchain.com/introducing-de……

Today we’re introducing Claude Code Plugins in public beta. Plugins allow you to install and share curated collections of slash commands, agents, MCP servers, and hooks directly within Claude Code.

claudeai's tweet image. Today we’re introducing Claude Code Plugins in public beta.

Plugins allow you to install and share curated collections of slash commands, agents, MCP servers, and hooks directly within Claude Code.

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

First language I coded in: Lua/Shell (age 11). Later, when I decided to become a programmer: Pascal/C.

First programming language you ever learned ?



How Claude Code Plugins work 🧵 Plugins work at the Marketplace level, first you install a marketplace, then browse all its available plugins. Let me show you how to install a marketplace and get your first plugin running 👇


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.

Finished the first version of the Haskell Cost Centre Stack viewer. (similar to call stack) It uses GHC-WPC to show the source code of the functions. Web UI is powerful and easily accessible! github.com/grin-compiler/… #grin_compiler #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.

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

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!!!"

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…

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

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

I had some problems running IO code this morning but now this works! github.com/rahulmutt/ghcv… #Java #Haskell

puffnfresh's tweet image. I had some problems running IO code this morning but now this works! github.com/rahulmutt/ghcv… #Java #Haskell

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.

I'm almost afraid to jinx it, but I've been writing non-trivial Haskell in @code all week, and been impressed with how stable and useful it's become of late 👍👌 marketplace.visualstudio.com/items?itemName…


Haskellers are smarter than everyone else yet they need compiler to double check their code?? yeah, right


New Hasql: a native Haskell Postgres driver faster than C A talk about Postgres, Haskell, and category theory from @NikitaYVolkov @BOBKonf #BOBkonf2018 #Sketchnote

iamjoyheron's tweet image. New Hasql: a native Haskell Postgres driver faster than C 

A talk about Postgres, Haskell, and category theory from @NikitaYVolkov

@BOBKonf #BOBkonf2018 #Sketchnote

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

#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


Geen resultaten voor "#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

Loading...

Something went wrong.


Something went wrong.


United States Trends