본문 바로가기
[2]SW Development Note

Microsoft and Google have announced that further development of the Microsoft-led Go programming language extension for Visual Studio Code has been taken over by Google.

by 오늘도 빛나는 너에게 2020. 6. 17.
728x90

https://visualstudiomagazine.com/articles/2020/06/10/go-goes-to-google.aspx

 

VS Code Go Language Extension Goes from Microsoft to Google -- Visual Studio Magazine

Citing the need for 'more maintenance and support,' Microsoft and Google have announced that further development of the Microsoft-led Go programming language extension for Visual Studio Code has been taken over by Google.

visualstudiomagazine.com

Go 프로그래밍 언어의 특성

Go는 전통적인 컴파일, 링크 모델을 따르는 범용 프로그래밍 언어이다. Go는 일차적으로 시스템 프로그래밍을 위해 개발되었으며, C++, Java, Python의 장점들을 뽑아 만들어졌다. C++와 같이 Go는 컴파일러를 통해 컴파일되며, 정적 타입 (Statically Typed)의 언어이다. 또한 Java와 같이 Go는 Garbage Collection 기능을 제공한다. Go는 단순하고 간결한 프로그래밍 언어를 지향하였는데, Java의 절반에 해당하는 25개의 키워드만으로 프로그래밍이 가능하게 하였다. 마지막으로 Go의 큰 특징으로 Go는 Communicating Sequential Processes (CSP) 스타일의 Concurrent 프로그래밍을 지원한다.

 

https://marketplace.visualstudio.com/items?itemName=golang.go

 

Go - Visual Studio Marketplace

Extension for Visual Studio Code - Rich Go language support for Visual Studio Code

marketplace.visualstudio.com

 

728x90

댓글