The Go authors chose a message-passing model as their recommended method for concurrent programming. The language does still support Shared memory, however the authors have the following philosophy.
Go的作者选择了消息传递模型来作为推荐的并发编程方法。
We won't go through the server-side safeguard here because this will vary depending on the programming language you use and your back-end architecture.
我们在这里将不会利用服务端器的安全措施,因为这个是基于你所使用的程序语言以及后台架构。
On the 10th of November 2009 we launched the Go project: an open-source programming language with a focus on simplicity and efficiency.
在2009年11月10日我们启动了Go项目:一个注重简单和效率的开源编程语言。
The Go language supports a style of object-oriented programming similar to that used in C. Data is grouped together into structs, and then functions are defined which operate on those structs.
Go语言支持类似于C语言中使用的面向对象风格。数据被组织成structs,然后定义操作这些structs的函数。
'I will not go into the discussion about' purity 'beyond mentioning that I think that a general purpose programming language ought to and can support more than one programming style (' paradigm').
我不想讨论“纯綷”而不提到:我认为一个通用型的程序语言,应该且能支持一种以上的程序设计风格(模式)。
Go, the open-source programming language originally developed at Google, makes it easy to build simple, reliable, and efficient software.
开源编程语言最初是在谷歌开发的,使它易于建立简单、可靠、高效的软件。
We will introduce the language practically and step by step, discussing the design of important algorithms as we go, appreciating in this way the practical strength of functional programming.
本课程将循序渐进地从实际方面来介绍这种语言,讨论如何来设计重要的算法,从而能认识到函数式程序设计在实际应用方面的优势。
We will introduce the language practically and step by step, discussing the design of important algorithms as we go, appreciating in this way the practical strength of functional programming.
本课程将循序渐进地从实际方面来介绍这种语言,讨论如何来设计重要的算法,从而能认识到函数式程序设计在实际应用方面的优势。
应用推荐