Hacker News new | ask | show | jobs
by burky 50 days ago
This made me think of Perl.
1 comments

What about APL? Sigh, why not just use named functions?

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

> 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?