On Wed, Jan 02, 2008 at 12:39:04AM -0800, Chuck Esterbrook wrote:
On Jan 1, 2008 11:24 PM, David Brown <[EMAIL PROTECTED]> wrote:
On Tue, Jan 01, 2008 at 10:48:11PM -0800, Chuck Esterbrook wrote:

>I'm interested to hear your impressions, comments and questions.

First impression question.  Did you have any parsing problems not using the
trailing ':' that python likes to use before indent blocks?

No problems. Although it becomes required if you want to put a
statement on the same line:

   branch state
       on State.On: print 'on'
       on State.Off: print 'off'

Is the ':' allowed?  The vim python indent plugin seems to use the ':' to
determine when to indent.  Teaching vim how to color and indent a new
language is always the frustrating part.

Dave

--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to