Hacker News new | ask | show | jobs
by i_phish_cats 2703 days ago
wait... `/>` and `|>` are python operators?
2 comments

No. Those are Nim, or rather tokens that guides the Nim code to do the pipe thing.

The code splits the line in function names, args and those operators, to then orchestrate the pipeline flow.