Hacker News new | ask | show | jobs
by childintime 52 days ago
What about APL? Sigh, why not just use named functions?

I also doubt array comprehensions are a win, it feels like niche syntax.

1 comments

> Sigh, why not just use named functions?

I.e. a Lisp?

> Inspired by: CoffeeScript, Lisp, Ruby | Powered by: Bun
I meant that most Lisps are named functions/macros only (with some named special forms), and you are calling for that kind of syntax?