For who is Golang ?

polaris · 2016-09-06 07:00:12 · 966 次点击    
这是一个分享于 2016-09-06 07:00:12 的资源,其中的信息可能已经有所发展或是发生改变。

Question in the title.

Who Golang is targeting ? Ex-Python users ? C / C++ users ? Web developers (like Ruby and Ruby on Rails) ? ...


评论:

Mittalmailbox:

It is general purpose language(just like python,c ,c++) you can do almost anything. But most people use it to make network apps(high performance APIs, ) It provides the speed of static typed language and expressiveness of dynamic.

It is one of the few languages where you won't need third party frameworks/libraries most of the time. It has robust standard library.

Raihli:

I only know Python and C, and never do Web services. Maybe Go could be a good thing for me to learn.

No need third party framework seems interesting. There are other things that make Go unique and valuable ?

RevMen:

It has built-in tools for concurrency that are sensible and easy to use.

Some say it occupies a spot between C and Python. You might agree.

If you already know Python and C, Go should be pretty easy to learn. Give it a try!

Raihli:

I'm going to do that :) Thanks

EDIT : Oh last question, is it a high level langage or a low level ?

Mittalmailbox:

I think all languages these days are high level. Go is more higher level than C/C++ due to garbage collection.

pieps:

Or whom...

sbinet:

and s/Golang/Go/g :)

jakobroman:

I use it to build restful web services and web servers.

FUZxxl:

Go is a general purpose language. It was designed for building web services but it is quite useful for other purposes, too.

mixedCase
:

Those who want to get things done and have a task at hand where its toolset is handy.

:

[removed]

thokk:

Who'd have thought...someone not familiar with Go asking about Golang on /r/golang.

FantomLancer:

There is tons of documentation on this topic on the net. JFGI ;)

UnreachablePaul:

Rock star devs


入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

966 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传