Arc Forumnew | comments | leaders | submit | aston's commentslogin
4 points by aston 6362 days ago | link | parent | on: Arc-ish web programming in Python

Nicely done.

Also, your list comprehension note (for blog post display) again highlights the need for better slicing on sequences in Arc. With that plus the [ _ ] form, I think Arc would've beaten you on token count.

-----

4 points by s3graham 6362 days ago | link

Agreed on the slicing.

awhen with implicit `it' is a big win on length. I wonder if there's some scary-distasteful sys._getframe() thing you could do in Python to inject an `it'... ;)

-----