Programming: Google programming language is now real! 프로그래밍 : Google은 프로그래밍 언어 지금은 진짜입니다! Go GO Google! 이동 이동 구글!
Posted on 12. 12 게시됨. Nov, 2009 by Dragos in Coding 11 월, 2009 드라 고스에 의해 코딩에
First the Google Browser (Chrome), then the Google mobile operating system (Android), Google is getting really close to launching its own (and hopefully open source) operating system for computers. 우선 구글의 브라우저 (크롬), 그리고 구글의 모바일 운영 체제 (안드로이드), Google은 정말 (그리고 바라건대 오픈 소스) 컴퓨터 운영 체제 자체 발사에 가까운지고있습니다. But before that, we needed to expect a “default” programming language from the Goliath of all technological times. 하지만 그 전에, 우리는 골리앗의 모든 기술 시대의에서 "기본"프로그래밍 언어를 기대하는 데 필요한. And it's here! 그리고 그것은 여기! GO is the name of Google's programming language, which from the words of the inventors it is a programming language that is: 가보지 발명가의 단어 그것이 프로그래밍 언어는 Google의 프로그래밍 언어의 이름 :
- simple 간단하게
- fast 빠른
- safe 안전
- concurrent 동시
- fun 재미
- and of course.. open-source 그리고 물론 .. 오픈 소스
Though the language looks very similar to C and C++, the developers say that the GO language has many improvements that put this novelty in the same row with languages such as C, C++, Java or Python. 비록 언어가 매우 C 및 C와 비슷합니다 + + 개발자 이동 언어로 많은 개선과 같은 행에는 C, C + 등과 같은 언어와 함께이 참신 넣어 +, Java 또는 Python을 가지고있다.
Here are some points, which are the main features of GO: 이곳에 나갈 주요 특징은 다음 몇 가지 점, 위치 :
Go compilers produce fast code fast. 컴파일러 가서 빨리 빨리 코드를 생산하고있습니다. Typical builds take a fraction of a second yet the resulting programs run nearly as quickly as comparable C or C++ code. 일반적인 결과는 아직 프로그램을 두 번째의 일부분 걸릴 빌드를 거의 최대한 빨리 비해 C 또는 C + +에서 실행되는 코드입니다.
Go is type safe and memory safe. 이동 유형을 안전하고 메모리가 안전합니다. Go has pointers but no pointer arithmetic. 하지만, 포인터가 이동 포인터 산술없습니다. For random access, use slices, which know their limits. 랜덤 액세스 들면, 자신의 한계를 잘 알고 사용하는 조각.
Go promotes writing systems and servers as sets of lightweight communicating processes, called goroutines, with strong support from the language. 이동 통신 시스템과 경량 프로세스, goroutines라는 설정으로 서버가 쓰는 언어의 강력한 지원을 추진하고있습니다. Run thousands of goroutines if you want—and say good-bye to stack overflows. goroutines의 수천을 실행하려는 경우와 작별 스택 오버플로했다.
Go has fast builds, clean syntax, garbage collection, methods for any type, and run-time reflection. 이동이 빠르고, 모든 유형을위한 깨끗한 구문, 쓰레기 수거, 방법, 빌드 및 실행 시간을 반사. It feels like a dynamic language but has the speed and safety of a static language. 그것은 동적 언어 같은 느낌이 있지만 속도와 정적 언어의 안전을했다. It's a joy to use. 그것을 사용하는 기쁨.
Yet not convinced about the power of GO? 아직 갈의 능력에 대해 확신하지? Russ Cox from Google, explains the fast compiles of big programs with GO: 러스 콕스는 구글에서 설명 빨리 가서 큰 프로그램을 컴파일합니다 :
Convinced now? 지금 있겠소? Then G O f o r i t ! 그럼 G는 O를 f를 O를 r에 난 마! ![]()
Note from Google : The Go project was conceived to make it easier to write the kind of servers and other software Google uses internally, but the implementation isn't quite mature enough yet for large-scale production use. Google에서 참고 : 이동은 내부 프로젝트를 쉽게 사용하지만 구현이 아니라는 충분히 아직 대규모 생산을 사용하기 위해 성숙 서버의 종류 및 기타 소프트웨어가 Google을 쓸 수 있도록 고안된했다.
Related posts: 관련 게시물 :
- Google search engine: is indexing everything, but how accurate? Google 검색 엔진 : 색인 생성을 다하지만, 얼마나 정확 한가? Strange things happening on IconArchive.com 이상한 일들에 일어나는 IconArchive.com
- Webhit: Find reviews/testimonials written by real people. Webhit : 리뷰 찾기 / 추천글 진짜 사람들에 의해 기록됩니다. Share your opinion about different topics 공유하여 여러 가지 주제에 대한 귀하의 의견을
- Wordpress: Best SEO iTranslator for Wordpress, get free traffic from fully automated plugin script WordPress의 : Wordpress에 대한 최고의 SEO iTranslator, 완전 자동화된 플러그인을 스크립트에서 무료로 트래픽을 얻을
- Apps: Best two IDEs to use with Linux Ubuntu 애플 리케이션 : 최고 2 IDEs 우분투 리눅스와 함께 사용
- artur 아르투르













































