Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Does anyone know whether a similar contest exists with common "easy to read" languages and relatively quirk-free like Python? It would appear to me that doing the same would be harder in such a language, though not at all impossible. I'd love to go through some examples.


I would think underhanded Python is too easy:

     if x:
          DoThis()
     <tab>DoThat()


Python disallows incongruous whitespace, doesn't it?


Python itself will allow you to do that (have an indent by 4 spaces, and a tab character on the next line) as far as I know, IDLE won't run though. Not that anyone should ever use IDLE.


I think the point is to be a bit more subtle than that.


Python doesn't allow you to mix spaces and tabs.


while not exactly similar in terms of objective, http://js1k.com might tickle your fancy - the aim is to write a javascript app within some category or definition which is provided at the start of the contest, and to use no more than 1kb for your app's code (not including what they give you). It can really test your ability to minify by hand!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: