Rob Pike: Lexical Scanning in Go: http://www.youtube.com/watch?v=HxaD_trXwRE
Andrew Gerrand: Cuddle: A Go App Engine Demo: http://www.youtube.com/watch?v=HQtLRqqB-Kk
Fun and frolic.
-rob
> Given the new templates will appear in the next release, I've been
> wanting to ask if there is any chance that App Engine Go SDK will be a
> bit faster to keep up with the releases? Especially that it's in
> experimental stage anyway and API versioning is in place.
Go on App Engine will always lag by at least a little, and will, over
time, support releases for longer.
> Say I want to use the new templates. I'd have to probably backport the
> package and put it in my code and then clean up, after the new GAE
> version comes out. Having that and the fact that I'm trying to write a
> Go webapp that will be able to run both on App Engine and as a
> standalone server (which gives me possibility to use the latest
> release or even a weekly Go revision), that can be a bit frustrating.
http://code.google.com/p/appengine-go-backports/ may be of interest to
you. Let us know if there's any other packages you'd be interested in
having maintained as a backport.
Dave.
Or use v.Type().NumMethod().
This will need some work but can be done.
Probably you are already making something like that to handle the datastore api.
--
André Moraes
http://andredevchannel.blogspot.com/