Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
oh gosh I almost forgot about how much I loved functional programming.... I had a series of assignments in programming language design in college where at the end, you've implemented a bytecode compiler for a miniature programming language that runs on a little vm written in Ruby by the professor. one of my favorite classes. you've inspired me to explore it again.
-
@diavel example might be when you want to call a function with less arguments than it expects. Assuming you have a simple add(x,y) function you can make addTen like this:
const addTen = x => add(x,10) -
hack64566y
Curry functions
joke/meme
javascript
curry function
functional programming