Arc Forumnew | comments | leaders | submitlogin
Arc-ish web programming in Python (pipinghot.info)
18 points by s3graham 5899 days ago | 3 comments


4 points by aston 5899 days ago | link

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

-----

1 point by misuba 5894 days ago | link

pyflow looks pretty hot. Where would you recommend that interested folks go for updates on it?

-----