Veranstaltung/Einführung in Go: Unterschied zwischen den Versionen
Aus LaborWiki
Marcus (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „{{Veranstaltung |title=Einführung in Go |actor=Sebastian Deutsch |email= |url=http://9elements.com/ |begin=2015/02/03 19:00:00 |place=LABOR e.V., Alleestr. 5…“) |
(draft added) |
||
Zeile 14: | Zeile 14: | ||
|partof= | |partof= | ||
}} | }} | ||
== Teaser == | |||
'''Go''' ist eine OpenSource Programmierspache um einfache, verlässliche und effizinte Software zu bauen. Die Syntax ist an die Programmiersprache '''C''' angelehnt. | |||
It is a statically-typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library. |
Aktuelle Version vom 7. Januar 2015, 11:40 Uhr
Einführung in Go | |
---|---|
Datei:Datei:Golang.png | |
Akteur | Sebastian Deutsch |
Akteur Email | |
Akteur URL | http://9elements.com/ |
Beginn | 2015/02/03 19:00:00 |
Ende | |
Ort | LABOR e.V., Alleestr. 50, 44793 Bochum |
Verantwortlich | |
Publikum | |
Schlagworte | |
Art | talk |
Rahmenveranstaltung | |
Export | iCalendar-Datei |
Kurzbeschreibung: Eine pragmatische Einführung in die Programmiersprache Go. Nicht mehr und nicht weniger!
[Bearbeiten | Quelltext bearbeiten]
Go ist eine OpenSource Programmierspache um einfache, verlässliche und effizinte Software zu bauen. Die Syntax ist an die Programmiersprache C angelehnt.
It is a statically-typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library.