|
|
|
|
|
by nanodano
3154 days ago
|
|
You can already "go run program.go" from anywhere, even outside of a project structure, which is the same result as running an interpreted script. It's a novel idea but I don't really see it taking off. Is there really that much benefit to having a shebang at the top of the file versus executing "go run" and is it really worth having a REPL for a fairly verbose language? I certainly don't see myself wishing for a Java REPL, and I don't particular see myself reaching for a Go REPL either. |
|
Another thing I'm interested in is operator overloading, for compact/pleasant matrix/table types.