Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
frognibble
on Jan 16, 2010
|
parent
|
context
|
favorite
| on:
Chaining vs. Nesting
Here's the example from the article written using the Clojure thread macro:
(-> netstat_n (grep "tcp") (awk 5) sort uniq_c sort_n print)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(-> netstat_n (grep "tcp") (awk 5) sort uniq_c sort_n print)