Does golang support the following:
- Lazy evaluation (define a variable, load it in memory and only use it when needed)
On 29/04/2014 9:03 pm, "will" <wma...@gmail.com> wrote:
> At this stage its looking at the characteristic of the language (looking at the equivalent how certain things can be done in go which are done say in scala or haskell)
>
Haskell and Scala are very different languages to Go. Comparing them on a feature by feature basis won't be useful.
Go simply sucks when talking about features, the beauty of Go comes from simplitcity.
Does golang support the following:
- Lazy evaluation (define a variable, load it in memory and only use it when needed)
- Lazy evaluation (define a variable, load it in memory and only use it when needed)