Hacker News new | ask | show | jobs
by toastercat 994 days ago
Tell that to Unix/FP lovers.
1 comments

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