Y
Hacker News
new
|
ask
|
show
|
jobs
by
toastercat
994 days ago
Tell that to Unix/FP lovers.
1 comments
code_runner
994 days ago
hahaha i mean this implementation. piping things in the shell is great
link
toastercat
994 days ago
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
link