HaskL

所属分类:前端开发
开发工具:Haskell
文件大小:0KB
下载次数:0
上传日期:2023-12-12 18:24:24
上 传 者sh-1993
说明:  Haskell是一种函数式编程语言。一切都是不可变的。函数可以作为参数传递给其他函数。不...
(Haskell is a functional programming language. An everything is immutable. Functions can be passed as parameters to other functions. Doesnt have variables. loops and all but have a constant vaariable. Checks for errors only at the compile time.)

# HaskL Haskell is a functional programming language. An everything is immutable. Functions can be passed as parameters to other functions. Doesnt have variables. loops and all but have a constant vaariable. Checks for errors only at the compile time. \ Haskell uses Type Inference - Data Type of variable changes as per type of variable stored. Statically Typed -- Int -2^63 to 2^63 -- Integer size as much as memory can hold -- Float is available but better use Double - 11 precision -- Bool True or False -- Char ' -- Tuple To run the program: ``` :r ``` To check the use of operator or function ``` :t ``` Lists are singly linked.

近期下载者

相关文件


收藏者