Hacker News new | ask | show | jobs
by code_runner 994 days ago
hahaha i mean this implementation. piping things in the shell is great
1 comments

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