Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
geocar
on Sept 15, 2009
|
parent
|
context
|
favorite
| on:
Lisp without parentheses: Lisp INdented
There are other uses for cut/paste besides CutAndPasteProgramming; for example, one may want to post a snippet to a comment box that doesn't offer a preview function.
def foo(): if something: do_something_else print "bar"
What went wrong?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
def foo(): if something: do_something_else print "bar"
What went wrong?