Go
* Go is open source programming language developed by google in 2007
* It designed to combine that performance of c / c++ with the simplicity and safety of higher level language like python .
* it is widly used in backend development , cloud service and devops tools and distributed systems
feature:
=> compiled and fast
=> concurrency support
=>static typing + safety
=> fast compilation
uses :
=> web service and api
=> cloud computing and devops
=> micro service
=> game server and real time apps
=> data processing pipelines
Comments
Post a Comment