Proposal for a Go Interpreter
docs.google.com
Proposal for a Go Interpreter
1–10 of 50 posts
Re: Proposal for a Go Interpreter
#2Re: Proposal for a Go Interpreter
#3Please stop with the vandalism.
Re: Proposal for a Go Interpreter
#4Re: Proposal for a Go Interpreter
#5Earlier quoted context omitted.
Can you explain what you mean?
OP posted to a document that was/is modifiable by anyone who can access it - so jerks started messing with it.
Re: Proposal for a Go Interpreter
#6Re: Proposal for a Go Interpreter
#7Re: Proposal for a Go Interpreter
#8Go is a great language. But why on Earth would you want to script with it?
• You already know it.
• You want to use Go libraries.
• You want to extend a Go codebase at runtime, without integrating another language like Lua.
Weirder possibilities:
• You want to be able to use it as the basis for a Go "live image" system, where you can hot-reload modules on editor-save by re-parsing their source.
• You want to try building a Go version of Ruby's Pry (http://pryrepl.org)
• You want to enable your Go program to do stupid things involving generating strings of Go code and eval()ing them.
• You want to take some first steps toward some utopian dream of pushing live Goroutines over the network as frozen state + closure source, similar to what could be achieved on Mosix or the Erlang VM.
Re: Proposal for a Go Interpreter
#9Earlier quoted context omitted.
OP posted to a document that was/is modifiable by anyone who can access it - so jerks started messing with it.
Tought so, but now it says it's "too popular" and some features have been disabled, so it should be "solved" -- I definitely didn't see anything weird in the document.