--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/VGZiQmyijgc/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
goplay is cool too. I wonder why it doesn't have many of the features that http://play.go.org has. In particular reformatting text, the line highlighting of errors when there is a compile error, among other things.
goplay is cool too. I wonder why it doesn't have many of the features that http://play.go.org has. In particular reformatting text, the line highlighting of errors when there is a compile error, among other things.
The play.golang.org code was written to the remote playground API, not to compile locally.On 17 March 2013 11:21, rocky <rocky.b...@gmail.com> wrote:
goplay is cool too. I wonder why it doesn't have many of the features that http://play.go.org has. In particular reformatting text, the line highlighting of errors when there is a compile error, among other things.
At this point, goplay is more or less unmaintained and rarely used. I'd like to see it moved outside the Go core and given some love by people that actually use it.
Andrew
On Sun, Mar 17, 2013 at 9:48 PM, Andrew Gerrand <a...@golang.org> wrote:
The play.golang.org code was written to the remote playground API, not to compile locally.On 17 March 2013 11:21, rocky <rocky.b...@gmail.com> wrote:
goplay is cool too. I wonder why it doesn't have many of the features that http://play.go.org has. In particular reformatting text, the line highlighting of errors when there is a compile error, among other things.
Is the remote playground API that much different than compiling locally? Can they easily be made to look more the same?
At this point, goplay is more or less unmaintained and rarely used. I'd like to see it moved outside the Go core and given some love by people that actually use it.
I've been looking for something in-between (or including) http://play.go.org and igo/rango. I'm not totally sure what that would be though.
I'd love for someone else to take the ball and run with it. But if no one else does, I might.
What do you suggest for those that do want pick this up? Fork the code and put it in a separate repository somewhere?