Category talk:Go: Difference between revisions

Content added Content deleted
(Arena storage pool done.)
m (Note a couple of omitted tasks.)
 
Line 48: Line 48:
===Extend your language===
===Extend your language===
Go isn't extendable natively, and standard libraries aren't quite yet up to the task of implementing Go in Go.
Go isn't extendable natively, and standard libraries aren't quite yet up to the task of implementing Go in Go.

===First class environment===
There's been some great work done towards Go evaluators, but this isn't really even on the horizon.


===Include a file===
===Include a file===
Line 72: Line 75:
===Start from a main routine===
===Start from a main routine===
From the task description: "Languages that always run from main() can be omitted from this task."
From the task description: "Languages that always run from main() can be omitted from this task."

===Topic variable===
Not in Go. Go's pretty explicit about most things.


==Once omitted, now solved!==
==Once omitted, now solved!==