Hacker News new | ask | show | jobs
by chrisdotcode 3545 days ago
Neat. Not a gopher, so does this only work with pure functions that only reference other pure functions?

If not, then neater.

1 comments

Um... sort of? Not really pure-pure. The functions can do whatever they want - download from the internet or whatever...

And when you get into closures or use complex initializations.... a lot can happen with a single function call.