Hacker News new | ask | show | jobs
by account42 315 days ago
It still makes sense to have a clean syntax for the simple case. You can use currying (with or without first class language support) to handle more complex cases or just fall back to good old function composition or even loops.