You can also tell that the guy on the left is the weak one because he actually needs a keyboard to type out his text message whereas the guy on the right can do it with his mind alone.
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: December 9th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Oh, wow, I genuinely had not even been able to figure that out until reading your comment just now!
bitcrafter@programming.devto Programmer Humor@programming.dev•Gotta use those quantum numbers for peak 🤌 random randomness0·9 months agoIf you are just measuring the quantum effect to turn it into a classical random number before using it, then how does that help you over a less expensive way of generating a classical random number for quantum computer simulations?
In Haskell, all functions are curried by default, so you can partially apply a function merely by applying it to fewer than the supported number of arguments.
Also, it is worth noting that laziness-by-default in Haskell makes it so that you can use ordinary functions to define control structures, rather than needing to turn to metaprogramming like you do in Lisp.