Y
Hacker News
new
|
ask
|
show
|
jobs
by
burky
50 days ago
This made me think of Perl.
1 comments
childintime
50 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.
link
jampekka
50 days ago
> Sigh, why not just use named functions?
I.e. a Lisp?
link
childintime
50 days ago
> Inspired by: CoffeeScript, Lisp, Ruby | Powered by: Bun
link
jampekka
50 days ago
I meant that most Lisps are named functions/macros only (with some named special forms), and you are calling for that kind of syntax?
link
I also doubt array comprehensions are a win, it feels like niche syntax.