Arc Forumnew | comments | leaders | submitlogin
4 points by aston 5920 days ago | link | parent

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 5920 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'... ;)

-----