lordsarcastic

lordsarcastic

Follow
homebadgesnewsletter
Tag

Functional Programming

#functional-programming

More content

Read more stories on Hashnode


Articles with this tag

Map and Filter functions

Nov 7, 20223 min read

There's the last guy called reduce but it's not here because it's like the odd guy out and requires a dedicated article to it Let us map Before we...

Map and Filter functions

Lambda functions in Python

Nov 4, 20222 min read

JS folks will love this one · Lambda functions are in short, anonymous functions. Literally one-liners that would make you blush with praise. They are...

Lambda functions in Python

Rust macros in few sentences

Jul 1, 20223 min read

An introductory content to Rust macros · So, you've been writing Rust for a few days or so; or even a few weeks or months, or years, or decades. But!...

Rust macros in few sentences

What's that *args stuff in Python?

Oct 26, 20214 min read

We've all called functions or methods of a class and then we see our editor show stuffs like so: The focus is on *values part of the picture. Most...

What's that *args stuff in Python?