Go: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 21: Line 21:
* [[IntelliJ Go Support]]
* [[IntelliJ Go Support]]
* [[Go Questions|Questions]]
* [[Go Questions|Questions]]
=Questions=
<font color=red>
* The simplest possible program (<tt>var a:=1; a = a + 1</tt>) is 1065952 bytes long. Why? What does it contain?
* It is not immediately obvious what interface is implemented by a certain type. In order to make the correlation we need to scan the list of methods associated with the type and know those methods (or a subset of those methods) are in the method set of a certain interface.
* How to quickly (and idiomatically) assemble primitive in strings to be reported at stdout? In Java I used implicit conversion to String and + operator. When I find out write a [[Go Recipes|recipe]].
</font>

Revision as of 05:38, 2 April 2016