SlideShare a Scribd company logo
Golang from Perl
developer perspective
Brief Account
About me
Supreet Sethi Tech Architect
https://ecs1.tokopedia.net/img/og_tokopedia.jpg
Content
❖ Short intro of Go
❖ Perl vs Go
❖ Tooling
❖ Strategy
Not comprehensive http://bit.ly/1OPLDtH
Who is using Many respected technology
and services companies.
Simple language to learn
Golang. there is only
one way
Opposite of Perl in certain sense. Strict pre
defined implicit type declaration
@i = ( 1, 2, 3 );
becomes
i := []int{1, 2, 3}
Lets print something
❖ Print text
❖ print “Hello World”;
❖ fmt.Printf(“Hello Worldn”)
❖ Print text to file
❖ print $fh “Hello World”;
❖ fh.Write(“Hello Worldn”)
For sake of simplicity
❖ Golang does not have
❖ Implicit conversion between
types
❖ Classes
❖ Implements
❖ Pointer Arithmetic
❖ Exceptions
❖ Generics
For sake of simplicity …
❖ Golang has
❖ Implicit interfaces
❖ Error handling within realm
of function
❖ Error returns
Tooling
❖ Versioning
❖ Build
❖ Formatting available as CLI
tools
❖ Supports several IDEs
There is concurrency
❖ Concurrent code is easy to
write
❖ Either with semaphores
❖ or Go routines and channels
❖ Simple
❖ Can be parallelized in presence
of more than 1 CPU
Debugging
❖ log.Printf(“%v”, obj)
❖ GDB is also capable of stepping through go binary
Questions

More Related Content

What's hot (11)

PDF
Implementing DSLs in practice
Mikhail Barash
 
PDF
BDD Testing Using Godog - Bangalore Golang Meetup # 32
OpenEBS
 
PDF
Cover letter example
JolantaWantua
 
ODP
Verbatim experience
vitosmo
 
PDF
Internal domain-specific languages
Mikhail Barash
 
PPTX
BDD with F# at DDD9
Phillip Trelford
 
PDF
Compiled vs interpreted Linguages
Cristiano Cunha
 
PPTX
Vitalii Braslavskyi "Declarative engineering"
Fwdays
 
PDF
SLOID Share
ssuser05c065
 
PDF
What is the best programming language for your web product?
MobiDev
 
PPTX
Whats New In C Sharp 4 And Vb 10
Shravan Kumar Kasagoni
 
Implementing DSLs in practice
Mikhail Barash
 
BDD Testing Using Godog - Bangalore Golang Meetup # 32
OpenEBS
 
Cover letter example
JolantaWantua
 
Verbatim experience
vitosmo
 
Internal domain-specific languages
Mikhail Barash
 
BDD with F# at DDD9
Phillip Trelford
 
Compiled vs interpreted Linguages
Cristiano Cunha
 
Vitalii Braslavskyi "Declarative engineering"
Fwdays
 
SLOID Share
ssuser05c065
 
What is the best programming language for your web product?
MobiDev
 
Whats New In C Sharp 4 And Vb 10
Shravan Kumar Kasagoni
 

Viewers also liked (13)

PDF
Heartland Recommendation
Kristie Moss
 
PDF
Consulace Business Solutions Company Profile with Porfolio
Consulace Business Solutions
 
DOCX
FinalDraft-SocializationandGenderinBrave
Emily McConnell
 
PPTX
Law and education in abms switzerland university
Lata gomes
 
PDF
Actividad promece te gustan tus vecinos
Inma Olías
 
PPTX
Doctorate in strategic information systems analysis in abms switzerland unive...
Lata gomes
 
PDF
Molecular characterization of rice (Oryza sativa L.) genotypes using target r...
Innspub Net
 
PPTX
Diccionanario pictorico:
Francis Marcela Hernandez Bolivar
 
PPTX
Effectiveness of training and development
Ratheesh R
 
PPT
Energy conservation through green buildings
Sharu Hasan
 
DOCX
Tabela de vencimento - Plano de Carreira do Magistério SC
Governo de Santa Catarina
 
PPTX
Vaccines
VIPIN E V
 
PPT
Atmosphere, weather and climate
krferraro
 
Heartland Recommendation
Kristie Moss
 
Consulace Business Solutions Company Profile with Porfolio
Consulace Business Solutions
 
FinalDraft-SocializationandGenderinBrave
Emily McConnell
 
Law and education in abms switzerland university
Lata gomes
 
Actividad promece te gustan tus vecinos
Inma Olías
 
Doctorate in strategic information systems analysis in abms switzerland unive...
Lata gomes
 
Molecular characterization of rice (Oryza sativa L.) genotypes using target r...
Innspub Net
 
Diccionanario pictorico:
Francis Marcela Hernandez Bolivar
 
Effectiveness of training and development
Ratheesh R
 
Energy conservation through green buildings
Sharu Hasan
 
Tabela de vencimento - Plano de Carreira do Magistério SC
Governo de Santa Catarina
 
Vaccines
VIPIN E V
 
Atmosphere, weather and climate
krferraro
 
Ad

Similar to Golang_Perl_Doc (20)

PPTX
Golang introduction
DineshDinesh131
 
PDF
Go lang
Suelen Carvalho
 
PPTX
go language- haseeb.pptx
ArsalanMaqsood1
 
PDF
An introduction to programming in Go
David Robert Camargo de Campos
 
PDF
The Go features I can't live without
Rodolfo Carvalho
 
PDF
Golang, Future of Programming Language.
Sunil Yadav
 
PDF
Golang from Scala developer’s perspective
Sveta Bozhko
 
PDF
Django in Eclipse
Arulmurugan Rajaraman
 
PPTX
Introduction to go lang
Amal Mohan N
 
PPTX
Lab1GoBasicswithgo_foundationofgolang.pptx
stasneemattia
 
PPTX
Golang - Overview of Go (golang) Language
Aniruddha Chakrabarti
 
PPTX
Go Programming language, golang
Basil N G
 
PPTX
Mark asoi ppt
mark-asoi
 
PDF
Go, meet Lua
Andre Burgaud
 
PPTX
5 Reasons why Business Choose Go Program for Software Development
NelsonSEO
 
PPTX
Go fundamentals
Ron Barabash
 
PDF
An Introduction to Go
Imesh Gunaratne
 
PPTX
Comparative study of programming languages
Prabhat singh
 
PPTX
Comparing C and Go
Marcin Pasinski
 
PPTX
The Practice of Programming - Notation
Juggernaut Liu
 
Golang introduction
DineshDinesh131
 
go language- haseeb.pptx
ArsalanMaqsood1
 
An introduction to programming in Go
David Robert Camargo de Campos
 
The Go features I can't live without
Rodolfo Carvalho
 
Golang, Future of Programming Language.
Sunil Yadav
 
Golang from Scala developer’s perspective
Sveta Bozhko
 
Django in Eclipse
Arulmurugan Rajaraman
 
Introduction to go lang
Amal Mohan N
 
Lab1GoBasicswithgo_foundationofgolang.pptx
stasneemattia
 
Golang - Overview of Go (golang) Language
Aniruddha Chakrabarti
 
Go Programming language, golang
Basil N G
 
Mark asoi ppt
mark-asoi
 
Go, meet Lua
Andre Burgaud
 
5 Reasons why Business Choose Go Program for Software Development
NelsonSEO
 
Go fundamentals
Ron Barabash
 
An Introduction to Go
Imesh Gunaratne
 
Comparative study of programming languages
Prabhat singh
 
Comparing C and Go
Marcin Pasinski
 
The Practice of Programming - Notation
Juggernaut Liu
 
Ad

Golang_Perl_Doc