Hacker News new | ask | show | jobs
by code_runner 995 days ago
Unfortunately I’m not getting satire vibes from that blurb. I’m only more scared for JavaScript.

I love JavaScript but this pipe thing is horrific.

1 comments

Tell that to Unix/FP lovers.
hahaha i mean this implementation. piping things in the shell is great
Ahh OK. Yeah, I always find trying to shoehorn language semantics via functions to be kinda awkward. The best attempt I've seen is this addition of async/await to Lua, which actually looks pretty usable [1].

[1] https://github.com/ms-jpq/lua-async-await