Nate Finch
                                            Nate Finch
                                        
                                    FYI - this is a good example of how to actually use skylark: https://github.com/google/skylark/blob/master/example_test.go#L21
Yeah, that's exactly what I'm talking about - having the interpreter embedded in Go, so that plugin authors just need to write a .sky file and gnorm can run them...
that is a really really good point :) . I agree. :)
Hugo uses namespaces for functions. I think this is the right fix. Implementation looks like this: https://play.golang.org/p/TIV-2BEO1o
interesting, thanks for debugging it. I'll give that a try.
doh. yeah, gotta fix that.
Interesting... thanks for the PR. I'll poke at it some to make sure it won't break mysql.
weird, I thought echo worked on windows.... maybe it's just a command prompt alias or something? thanks for pointing this out, I'll try to fix this.
Yup, we should do that :)
the static directory is a problem. but the rest is really supposed to be up to the user to determine. however maybe we need a gnorm demo command that spits...