tex: update a word about Go
This commit is contained in:
parent
3a3b2ad661
commit
31854ad789
16
tex/text.tex
16
tex/text.tex
@ -542,15 +542,15 @@ First, a question of \textit{`Why pick Go for building a web
|
||||
application?'} might arise, so the following few lines will try to address
|
||||
that.
|
||||
|
||||
Go~\cite{golang} (or \emph{Golang} for SEO-friendliness) is a strongly typed, high-level
|
||||
\emph{garbage collected} language where functions are first-class citizens and
|
||||
errors are values.
|
||||
Go~\cite{golang} (or \emph{Golang} for SEO-friendliness) is a strongly typed,
|
||||
high-level \emph{garbage collected}, language where functions are first-class
|
||||
citizens and errors are values.
|
||||
|
||||
The appeal for the author comes from a number of language features, such as
|
||||
built-in support for concurrency, testing, sane \emph{zero} values, lack of
|
||||
pointer arithmetic, inheritance and implicit type conversions, easy-to-read
|
||||
syntax, producing a statically linked binary by default, etc., on top of that,
|
||||
the language has got a cute mascot.
|
||||
The appeal for the author comes from a number of features of the language, such
|
||||
as built-in support for concurrency and unit testing, sane \emph{zero} values,
|
||||
lack of pointer arithmetic, inheritance and implicit type conversions,
|
||||
easy-to-read syntax, producing a statically linked binary by default, etc., on
|
||||
top of that, the language has got a cute mascot.
|
||||
|
||||
Due to the foresight of the authors of the Go Authors regarding \emph{the
|
||||
formatting question} (i.e.\ where to put the braces, tabs vs.\ spaces, etc.),
|
||||
|
Reference in New Issue
Block a user