In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article introduces the relevant knowledge of "what was the predecessor of Go". In the operation of actual cases, many people will encounter such a dilemma. Then let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
The predecessor of Go comes from Inferno [2] (based on the transformation of Plan 9 [3]). Inferno contains a file called
Be the language of Limbo [4].
N A description from the Limbo paper is quoted here:
Limbo is a programming language for developing distributed applications running on minicomputers.
It supports modular programming, compile-time and run-time strong type checking, and in-process based on
With typed channel communication, atomic garbage collection, and simple abstract data classes
Type. It is designed to be used on small devices without hardware memory protection.
Full operation.
Another feature that n Go inherits from Limbo is channel, another description from the Limbo document:
[channel] is a communication mechanism for sending and receiving specific types of objects to other agents in the system. Channel can be used for local interprocess communication; library methods for connecting to named destinations. In both cases, it is a direct send and receive operation. Channel works better in Go than in Limbo. If we delve deeply into the history of Go, we will send
Here's a clue to "Newsqueak [25]", a pioneer in using channel to communicate in a C-like language. Channel is not unique to these languages, and another non-C-like language, Erlang [7], is also in use.
N Go makes it easy for functions to become very lightweight threads. These threads are called goroutines in Go
This is the end of what was the predecessor of Go. Thank you for your reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.