haskell

  • 网络哈斯克尔;哈斯凯尔;哈斯喀尔

haskellhaskell

haskell

哈斯克尔

来自哈斯克尔(Haskell)印地安大学学生输掉一场拯救渥克芦莎湿地学生们质疑公路预计经过的地点,其噪音、安全等影响将危 …

哈斯凯尔

美国哈斯凯尔Haskell)印地安大学学生输掉一场拯救渥克芦莎湿地的诉讼。这项诉讼是高速公路穿越一个具有重要原住民历 …

哈斯喀尔

世界地名词典港台地区译法(六) ... Hashemite, Kingdon of Jordan 约旦王国 Haskell 哈斯喀尔 Haskovo 哈斯科伏 ...

哈斯克尔球

...球创造149分的成绩;有别于20世纪初期凭借先进的哈斯克尔球(Haskell)缔造72杆、总分300的成绩。

哈斯克尔级

美国大学翻译中文 21 - DuSystem Forum... ... 哈斯克尔 Haskell 哈斯克尔级 Haskell 哈斯克特 Hasket ...

哈斯克尔县

堪萨斯州 (Kansas) 地产 : 美国房地产.biz ... 哈维县( Harvey) 哈斯克尔县( Haskell) 霍治曼县( Hodgeman) ...

1
The kind of syntactic sugar you'll find with strings and lists is common in Haskell, but just remember: Everything is a function. 在Haskell中,您会发现在字符串和列表中这种语法代称非常普遍。但是只要记住:一切都是函数。
2
The term curry is taken from Haskell Curry, the mathematician who developed the concept of partial functions. curry这个术语来自HaskellCurry,这个数学家发明了局部函数的概念。
3
Ask Haskell or Scheme programmers, and they'll tell you that functions are the most important feature of any serious programming language. Haskell或Scheme程序员会告诉您,函数对于任何严肃的编程语言来说都是最重要的特性。
4
the haskell was made by winding hundreds of feet of elastic thread on to a central core . it was then coated with gutta percha. 这种橡胶中空球是将几百英尺的弹性线以同心缠绕成的球体,然后用橡胶涂层。
5
In Haskell syntax, a function is whatever thing occurs to the left of an equal sign, and the definition is to the right of the equal sign. 在Haskell语法中,不管出现什么样的情况,函数出现在等号左边,定义出现在等号右边。
6
This paper introduces Haskell for audio signal processing, Haskell is the basis of the application of a good article. 本文介绍Haskell用于音频信号处理,是从Haskell基础到应用的一篇好文章。
7
If you're new to Haskell, the Hugs interpreter is a good choice because it's easy to install and understand. 如果刚接触Haskell,那么Hugs解释器是个不错的选择,因为它安装和理解起来都比较容易。
8
In Haskell to perform any computation on the generated data structure that would result in an invalid XML document. 在Haskell中,在会导致无效XML文档的生成的数据结构上执行任何计算是。
9
Blair and Haskell say the training threshold concept may be misleading, because smaller doses of exercise can produce some improvement. 布莱尔和哈斯卡尔则说:“这种训练门坎的观念可能有错误。因为少量的运动也能增进健康。”
10
They both have day jobs, Mr. Haskell as an editor at New York magazine and Mr. Spoelman in an architecture firm. 他们白天都有工作,哈斯克尔先生是纽约杂志的编辑,而斯波曼先生在一家建筑公司工作。
11
The functional programming language known as Haskell features a program for symbolic mathematics known as DoCon. 称作Haskell的函数式编程语言展示了一个用于符号数学的程序,名为DoCon。
12
You'll see later (in Writing functions) how these functions form the backbone of many recursive functions in Haskell. 稍后还会看到(在编写函数中)这些函数如何构成了Haskell中众多递归函数的基础。
13
Haskell complains if you use a type ambiguously or if you try to use an unsupported type with a function. 如果使用类型模糊不清或者在函数中使用不支持的类型,Haskell会报错。
14
Dozens of other Haskell compilers and interpreters exist, including offshoots of Hugs and the GHC, but they are the main two. 还有许多其他Haskell编译器和解释器,包括Hugs和GHC的分支,但是它们是主要的两个。
15
From there, you can use all the higher order techniques Haskell provides for dealing with recursive data structures. 从那里,可以使用Haskell提供的所有高阶技术来处理递归数据结构。
16
Haskell has two primary advantages when dealing with recursion: Haskell optimizes tail recursion, and Haskell is lazy. 在处理递归时,Haskell有两大优势:Haskell优化了尾部递归,Haskell是惰性的。
17
For the purposes of this tutorial we'll be using GHC, the most widely used Haskell compiler. 如今最常用的haskell编译器是GHC和hugs,在本教程中我们将使用ghc。
18
In 1881, the level Eji Jewish doctor Haskell published a "self-liberation" , put forward the idea of the establishment of the Jewish state. 1881年,俄籍犹太医生平斯克尔出版了《自我解放》一书,提出了建立犹太民族国家的想法。
19
They also settled in Macon, Ga. , which Haskell explained, has a low cost of living. 他们还在佐治亚州的梅肯定居,Haskell解释说,因为那里的生活成本低。
20
That's why there are no while loops or for loops in Haskell and instead we many times have to use recursion to declare what something is. 这便是haskell没有while或for循环的原因,我们的替代方案是使用递归。
21
Haskell envisioned a private community built around a park, each home enveloped by nature. 卢埃林当初设想在公园的基础上建造一个私人社区,其中的每所住宅都由绿化环绕。
22
This is notable as GHC used to use Darcs, a distributed version control system written in Haskell. 值得一提的是GHC曾经使用的是Darcs,一个由Haskell编写的分布式版本控制系统。
23
You can combine functions in many different ways within Haskell programs. 在Haskell程序中,可以用许多不同的方式组合函数。
24
The classic Haskell functions that you'll find in most tutorials are recursive math functions, such as Fibonacci functions and factorials. 在大多数教程中可以发现的大多数经典Haskell函数都是递归的数学函数,例如Fibonacci函数和阶乘。
25
It's a really awesome Haskell search engine, you can search by name, module name or even type signature. 你可以用函数名,模块名甚至类型声明来作为检索的条件。
26
Haskell computes only the first two elements of the list. Haskell只计算列表的头两个元素。
27
This article explores functional programming by giving you an introduction to Haskell. 这篇文章通过介绍Haskell来研究函数性编程。
28
Haskell is a functional programming language. Haskell是一门函数式编程语言。
29
You'll notice Haskell programs frequently use recursion to solve a problem. 可以注意到:Haskell程序频繁地用递归来解决问题。
30
Haskell explained the couple didn't buy a house until their mid 30s because, as an Air Force officer, he moved around often. Haskell解释直到他们30岁时才购买房子的原因,因为作为一个空军军官,他常常搬家。