Top
New
🌕
Show HN: SSPipe, brought unix's pipe(|) operator to Python
by
mhsekhavat
on 6/7/2019, 3:21:29 AM with
1
comment
by
FreeHugs
on 6/7/2019, 8:57:41 AM
"hello world!" | p(print)
Too bad this "p" thing is needed. This would be so cool:
"hellow world!" | print
I whish real pipes came to all programming languages.