SlideShare a Scribd company logo
1 of 12
Download to read offline
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

What's hot (11)

Implementing DSLs in practice
Implementing DSLs in practiceImplementing DSLs in practice
Implementing DSLs in practice
 
BDD Testing Using Godog - Bangalore Golang Meetup # 32
BDD Testing Using Godog - Bangalore Golang Meetup # 32BDD Testing Using Godog - Bangalore Golang Meetup # 32
BDD Testing Using Godog - Bangalore Golang Meetup # 32
 
Cover letter example
Cover letter exampleCover letter example
Cover letter example
 
Verbatim experience
Verbatim experienceVerbatim experience
Verbatim experience
 
Internal domain-specific languages
Internal domain-specific languagesInternal domain-specific languages
Internal domain-specific languages
 
BDD with F# at DDD9
BDD with F# at DDD9BDD with F# at DDD9
BDD with F# at DDD9
 
Compiled vs interpreted Linguages
Compiled vs interpreted LinguagesCompiled vs interpreted Linguages
Compiled vs interpreted Linguages
 
Vitalii Braslavskyi "Declarative engineering"
Vitalii Braslavskyi "Declarative engineering"Vitalii Braslavskyi "Declarative engineering"
Vitalii Braslavskyi "Declarative engineering"
 
SLOID Share
SLOID ShareSLOID Share
SLOID Share
 
What is the best programming language for your web product?
What is the best programming language for your web product?What is the best programming language for your web product?
What is the best programming language for your web product?
 
Whats New In C Sharp 4 And Vb 10
Whats New In C Sharp 4 And Vb 10Whats New In C Sharp 4 And Vb 10
Whats New In C Sharp 4 And Vb 10
 

Viewers also liked

Heartland Recommendation
Heartland RecommendationHeartland Recommendation
Heartland Recommendation
Kristie Moss
 
Consulace Business Solutions Company Profile with Porfolio
Consulace Business Solutions Company Profile with PorfolioConsulace Business Solutions Company Profile with Porfolio
Consulace Business Solutions Company Profile with Porfolio
Consulace Business Solutions
 
FinalDraft-SocializationandGenderinBrave
FinalDraft-SocializationandGenderinBraveFinalDraft-SocializationandGenderinBrave
FinalDraft-SocializationandGenderinBrave
Emily McConnell
 
Atmosphere, weather and climate
Atmosphere, weather and climateAtmosphere, weather and climate
Atmosphere, weather and climate
krferraro
 

Viewers also liked (14)

Heartland Recommendation
Heartland RecommendationHeartland Recommendation
Heartland Recommendation
 
Consulace Business Solutions Company Profile with Porfolio
Consulace Business Solutions Company Profile with PorfolioConsulace Business Solutions Company Profile with Porfolio
Consulace Business Solutions Company Profile with Porfolio
 
FinalDraft-SocializationandGenderinBrave
FinalDraft-SocializationandGenderinBraveFinalDraft-SocializationandGenderinBrave
FinalDraft-SocializationandGenderinBrave
 
Law and education in abms switzerland university
Law and education in abms switzerland universityLaw and education in abms switzerland university
Law and education in abms switzerland university
 
Actividad promece te gustan tus vecinos
Actividad promece te gustan tus vecinosActividad promece te gustan tus vecinos
Actividad promece te gustan tus vecinos
 
Doctorate in strategic information systems analysis in abms switzerland unive...
Doctorate in strategic information systems analysis in abms switzerland unive...Doctorate in strategic information systems analysis in abms switzerland unive...
Doctorate in strategic information systems analysis in abms switzerland unive...
 
Molecular characterization of rice (Oryza sativa L.) genotypes using target r...
Molecular characterization of rice (Oryza sativa L.) genotypes using target r...Molecular characterization of rice (Oryza sativa L.) genotypes using target r...
Molecular characterization of rice (Oryza sativa L.) genotypes using target r...
 
Diccionanario pictorico:
Diccionanario pictorico: Diccionanario pictorico:
Diccionanario pictorico:
 
Effectiveness of training and development
Effectiveness of training and developmentEffectiveness of training and development
Effectiveness of training and development
 
Energy conservation through green buildings
Energy conservation through green buildingsEnergy conservation through green buildings
Energy conservation through green buildings
 
Tabela de vencimento - Plano de Carreira do Magistério SC
Tabela de vencimento - Plano de Carreira do Magistério SCTabela de vencimento - Plano de Carreira do Magistério SC
Tabela de vencimento - Plano de Carreira do Magistério SC
 
Vaccines
VaccinesVaccines
Vaccines
 
CV Ramses Joselito Palma Balatbat 2016
CV Ramses Joselito Palma Balatbat 2016CV Ramses Joselito Palma Balatbat 2016
CV Ramses Joselito Palma Balatbat 2016
 
Atmosphere, weather and climate
Atmosphere, weather and climateAtmosphere, weather and climate
Atmosphere, weather and climate
 

Similar to Golang_Perl_Doc

Mark asoi ppt
Mark asoi pptMark asoi ppt
Mark asoi ppt
mark-asoi
 

Similar to Golang_Perl_Doc (20)

Golang introduction
Golang introductionGolang introduction
Golang introduction
 
Go lang
Go langGo lang
Go lang
 
go language- haseeb.pptx
go language- haseeb.pptxgo language- haseeb.pptx
go language- haseeb.pptx
 
An introduction to programming in Go
An introduction to programming in GoAn introduction to programming in Go
An introduction to programming in Go
 
The Go features I can't live without
The Go features I can't live withoutThe Go features I can't live without
The Go features I can't live without
 
Golang, Future of Programming Language.
Golang, Future of Programming Language.Golang, Future of Programming Language.
Golang, Future of Programming Language.
 
Golang from Scala developer’s perspective
Golang from Scala developer’s perspectiveGolang from Scala developer’s perspective
Golang from Scala developer’s perspective
 
Django in Eclipse
Django in EclipseDjango in Eclipse
Django in Eclipse
 
Introduction to go lang
Introduction to go langIntroduction to go lang
Introduction to go lang
 
Golang - Overview of Go (golang) Language
Golang - Overview of Go (golang) LanguageGolang - Overview of Go (golang) Language
Golang - Overview of Go (golang) Language
 
Go Programming language, golang
Go Programming language, golangGo Programming language, golang
Go Programming language, golang
 
Mark asoi ppt
Mark asoi pptMark asoi ppt
Mark asoi ppt
 
Go, meet Lua
Go, meet LuaGo, meet Lua
Go, meet Lua
 
5 Reasons why Business Choose Go Program for Software Development
5 Reasons why Business Choose Go Program for Software Development5 Reasons why Business Choose Go Program for Software Development
5 Reasons why Business Choose Go Program for Software Development
 
Go fundamentals
Go fundamentalsGo fundamentals
Go fundamentals
 
An Introduction to Go
An Introduction to GoAn Introduction to Go
An Introduction to Go
 
Comparative study of programming languages
Comparative study of programming languagesComparative study of programming languages
Comparative study of programming languages
 
Comparing C and Go
Comparing C and GoComparing C and Go
Comparing C and Go
 
The Practice of Programming - Notation
The Practice of Programming - NotationThe Practice of Programming - Notation
The Practice of Programming - Notation
 
Polyglot Programmer
Polyglot ProgrammerPolyglot Programmer
Polyglot Programmer
 

Golang_Perl_Doc