Gå direkte til innholdet

MAISALG opptil 60% »

Til startsiden
Logg inn
Søk etter din neste leseopplevelse
Go Programming Language, The

Go Programming Language, The

347,-
Sendes innen 5-14 virkedager

The authoritative resource to writing clear and idiomatic Go to solve real-world problems

Google’s Go team member Alan A. A. Donovan and Brian Kernighan, co-author of The C Programming Language, provide hundreds of interesting and practical examples of well-written Go code to help programmers learn this flexible, and fast, language. It is designed to get you started programming with Go right away and then to progress on to more advanced topics.

  • Basic components : an opening tutorial provides information and examples to get you off the ground and doing useful things as quickly as possible. This includes:
    • command-line arguments
    • gifs
    • URLs
    • web servers
  • Program structure : simple examples cover the basic structural elements of a Go program without getting sidetracked by complicated algorithms or data structures.
  • Data types: Go offers a variety of ways to organize data, with a spectrum of data types that at one end match the features of the hardware and at the other end provide what programmers need to conveniently represent complicated data structures.
  • Composite types :
    • arrays
    • slices
    • maps
    • structs
    • JSON
    • test and HTML templates
  • Functions : break a big job into smaller pieces that might well be written by different people separated by both time and space.
  • Methods :
    • declarations
    • with a pointer receiver
    • struct embedding
    • values and expressions
  • Interfaces : write functions that are more flexible and adaptable because they are not tied to the details of one particular implementation.
  • Concurrent programming : Goroutines, channels, and with shared variables.
  • Packages : use existing packages and create new ones.
  • Automated testing : write small programs that check the code.
  • Reflection features : update variables and inspect their values at run time.
  • Low-level programming : step outside the usual rules to achieve the highest possible performance, interoperate with libraries written in other languages, or implement a function that cannot be expressed in pure Go.

Each chapter has exercises to test your understanding and explore extensions and alternatives. Source code is freely available for download and may be conveniently fetched, built, and installed using the go get command.

ISBN
9780134190440
Språk
Engelsk
Vekt
740 gram
Utgitt
12.11.2015
Antall sider
400

Bøker i serie

  • Gå til Design Patternss produktside
    Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides
    innbundet
  • Gå til Go Programming Language, Thes produktside
    Alan Donovan, Brian Kernighan
    heftet
  • Gå til Systems Performances produktside
    Brendan Gregg
    heftet
  • Gå til Understanding Software Dynamicss produktside
    Richard Sites
    heftet
  • Gå til TCP/IP Illustrateds produktside
    Kevin Fall, W. Stevens
    innbundet
  • Gå til The AWK Programming Languages produktside
    Alfred Aho, Brian Kernighan, Peter Weinberger
    heftet
  • Gå til Effective C++s produktside
    Scott Meyers
    heftet
  • Gå til Advanced Programming in the UNIX Environments produktside
    W. Stevens, Stephen Rago
    heftet
  • Gå til TCP/IP Illustrated, Volume 3s produktside
    W. Stevens
    heftet
  • Gå til Art of UNIX Programming, Thes produktside
    Eric Raymond
    heftet

Andre har også sett på

  • Gå til Barnehageplanlegger 2025 - 2026s produktside
    øvrig
  • Gå til Iron Flames produktside
    Rebecca Yarros
    heftet
  • Gå til Sjelens speils produktside
    Kari Opsal
    øvrig
  • Gå til Vardagar 12s produktside
    Ulf Lundell
    innbundet
  • Gå til Håndbok i kognitiv atferdsterapis produktside
    heftet
  • Gå til Jeg kan løkkeskrift As produktside
    Anne-Lise Gjerdrum
    heftet
  • Gå til Maries rums produktside
    Marie Olsson Nylander
    kartonert
  • Gå til Let Them Theorys produktside
    Terry Davis
    pocket
  • Gå til Sinte barn og sinte voksnes produktside
    Anne Hilde Vassbø Hagen
    pocket
    215,-
  • Gå til King of Envys produktside
    Ana Huang
    pocket
  • Gå til Jeg har venta sånn på degs produktside
    Trygve Skaug
    innbundet
    364,-
  • Gå til The Let Them Theorys produktside
    Mel Robbins
    innbundet

Du vil kanskje like

  • Gå til Recklesss produktside
    Lauren Roberts
    pocket
  • Gå til The Complete Jane Austen Collections produktside
    Jane Austen
    samleboks
  • Gå til The Corpus Hermeticum (Collector's Edition) (Laminated Hardback with Jacket)s produktside
    Hermes Trismegistus
    innbundet
  • Gå til Team Topologiess produktside
    Matthew Skelton, Manuel Pais, Ruth Malan
    pocket
  • Gå til The Things We Waters produktside
    Mariana Zapata
    pocket
  • Gå til White Nightss produktside
    Fyodor Dostoyevsky
    heftet
  • Gå til Shadows so Cruels produktside
    LIV Zander
    pocket
  • Gå til How to Win Friends and Influence Peoples produktside
    Dale Carnegie
    heftet
  • Gå til How Not to Be Wrong: The Power of Mathematical Thinkings produktside
    Jordan Ellenberg
    heftet
  • Gå til There Are Moms Way Worse Than Yous produktside
    Glenn Boozan
    innbundet
  • Gå til Pride and Prejudices produktside
    Jane Austen
    pocket
  • Gå til Cozy Christmass produktside
    Coco Wyo
    pocket

Anbefalt for deg

  • Gå til Design Patternss produktside
    Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides
    innbundet
  • Gå til Kunstig intelligens redder livs produktside
    Ishita Barua
    pocket
  • Gå til C++ and Python Programming 2 Bundle Manuscript Introductory Beginners Guide to Learn C++ Programming and Python Programmings produktside
    Isaac D. Cody
    heftet
  • Gå til Domain-Driven Designs produktside
    Eric Evans
    innbundet
  • Gå til grep Pocket References produktside
    John Bambenek
    heftet
  • Gå til The Self-taught Programmers produktside
    Cory Althoff
    pocket
  • Gå til Vue.js 3 Design Patterns and Best Practicess produktside
    Pablo David Garaguso, Olaf Zander
    heftet
  • Gå til Minecraft: The Complete Handbook Collections produktside
    øvrig
  • Gå til Cybersecurity All-in-One For Dummiess produktside
    Joseph Steinberg, Kevin Beaver, Ira Winkler, Ted Coombs
    heftet
  • Gå til Knekk ChatGPT-kodens produktside
    Per Kristian Bjørkeng
    innbundet
  • Gå til Fundamentals of Data Engineerings produktside
    Joe Reis
    heftet
  • Gå til Build APIs You Won't Hate: Everyone and their dog wants an API, so you should probably learn how to build thems produktside
    Laura Bohill, Phil Sturgeon
    heftet

Mer om Adlibris

Om Adlibris

Vi er Nordens største nettbokhandel, og tilbyr over 13 millioner boktitler og det meste av det beste innen spill, leker, hobby og garn. Vår misjon er å være en moderne bokhandel for alle bokelskere: et innbydende sted for lesing, læring og skaping. Det er hva som driver oss, hver dag. Adlibris er en del av Bonnier Group.

  • Alltid gode priser

  • Fri frakt over 299,-

  • Nordens største bokhandel

Meld deg på nyhetsbrev

Motta våre beste boktips, nyheter og gode tilbud. Registrer deg nå, og få 15% rabatt på det første kjøpet ditt. Tilbudet gjelder kun nye abonnenter og privatkunder. Rabatten gjelder ikke norske bøker utgitt 2024, fag- og studielitteratur, digitale bøker og gavekort.