Sponsored
Reserved space — layout preview until AdSense is connected
Functions & Closures
medium
Memoize decorator
Implement a @memoize decorator that caches results of a function.
decorators
closures
caching
+25 pts
20m
Functions & Closures
medium
Function composition
Return a function that applies f after g: compose(f, g)(x) == f(g(x)).
functional
closures
higher-order
+20 pts
18m
Functions & Closures
hard
Curry a function
Auto-curry any multi-argument function so it returns partial applications until fully saturated.
functional
closures
inspect
+35 pts
30m
Showing 3 challenges · filtered by category