Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
fiddlerwoaroof
on Feb 10, 2017
|
parent
|
context
|
favorite
| on:
What programming languages are used most on weeken...
Although, it'd be fairly simple to do this in python:
python3 -c 'import sys; list(print(line.strip()) for line in sorted(sys.stdin, key=str.lower))'
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
python3 -c 'import sys; list(print(line.strip()) for line in sorted(sys.stdin, key=str.lower))'