Go | |
![]() | |
Go | |
Extensii fișiere | .go |
---|---|
Paradigmă | Multi paradigmă: concurent imperativ, orientat obiect[1][2] |
Apărut în | noiembrie 10, 2009 |
Proiectat de | Robert Griesemer Rob Pike Ken Thompson |
Dezvoltator | Autorii Go [3] |
Ultima versiune | 1.24.0[4] ![]() |
Ultima versiune în dezvoltare | 1.18rc1/ februarie 17, 2022[5] |
Tipare | Inferit, static, puternic, structural,[6][7] nominal |
Implementări majore | gc, gofrontend |
Influențat de | C[8] Oberon-2[*] Limbo[*][9] Active Oberon[*] communicating sequential processes[*][9] Pascal[8] Oberon[*][8] Smalltalk[*][10] Newsqueak[*][11] Modula-2[*][11] Alef[*] APL[12] BCPL[*] Modula Occam[*] ![]() |
Influențe | Odin, Crystal, Zig |
Sistem de operare | DragonFly BSD, FreeBSD, Linux, macOS, NetBSD, OpenBSD,[13] Plan 9,[14] Solaris, Windows |
Licență | BSD cu 3 clauze[3] |
Tip MIME | text/x-go[15] ![]() |
Prezență online | site web oficial cont X hasthtag |
Modifică date / text ![]() |
Go este un limbaj de programare compilat, tipizat static, conceput la Google[16] de Robert Griesemer, Rob Pike și Ken Thompson.[17] Go este similar din punct de vedere sintactic cu C, dar cu siguranța memoriei, colectarea gunoiului, tipizare structurală,[6] și concurență în stil CSP.[18]
Although Go has types and methods and allows an object-oriented style of programming, there is no type hierarchy.
Go is Object Oriented, but not in the usual way.
|title=
(ajutor)
Go has structural typing, not duck typing. Full interface satisfaction is checked and required.
|title=
(ajutor)
|title=
(ajutor)
|title=
(ajutor)
|title=
(ajutor)
|title=
(ajutor)
|title=
(ajutor)