Functional编程

Functional编程

文章 331 浏览 23

Haskell 98 Language and Libraries The Revised Report.pdf

这个应该没有版权吧…

栩栩如生 2022-08-17 10:42:04 10 0

有人用XMonad么?我做了个bar……

因为对xmobar的不满,我也写了个bar。 请指教。 PS 初级版本,可配置等功能还没做…… [ 本帖最后由 Magicloud 于 2009-6-16 21:34 编辑 ]…

青朷 2022-08-17 06:47:06 20 0

问关于函数式编程闭包的问题

闭包是高阶函数带来的功能,可是用闭包不是破坏了fp的无状态性了吗?这个问题大家是怎么理解的?…

咆哮 2022-08-17 06:29:41 18 0

haskell ,仅读取文件内容?

我又来发问题了,各位莫怪。 在 haskell 里,io 操作是叫做 action 的东西,用 do 来实现,比如我可以实现 buildFrombuildFromFile inputfile f = do …

却一份温柔 2022-08-17 06:01:23 18 0

[三道贩子] Haskell Weekly News: August 8, 2009

Haskell Weekly News: August 8, 2009 http://sequence.complete.org/hwn/20090808 Announcements ==== bindings-posix 0.0.2. Mauricio announced bi…

久隐师 2022-08-17 05:45:01 17 0

[三道贩子] Haskell Weekly News: November 15, 2008

Haskell Weekly News: November 15, 2008 http://sequence.complete.org/hwn/20081115 package 发布方面: darcs 2.1.1rc2. Eric Kow (kowey) announc…

复古式 2022-08-17 04:30:47 12 0

haskell GUI

1. 最新版的GHC 2. 最新版的wxhaskell 3. 系统: windows 2003 4. 代码如下: module Main where import Graphics.UI.WX main :: IO () main = start gu…

自找没趣 2022-08-17 02:11:02 25 0

微软把函数编程(F#)引入到主流.NET企业平台中

微软把函数编程(F#)引入到主流.NET企业平台中 微软早已喧布把F#(FPL)整合进Visual Studio中,这标志FPL在.Net平台中的实现是可行的,这提升 了F…

残疾 2022-08-17 01:47:14 33 0

Techworld 对 Simon Peyton-Jones 的专访(关于 Haskell)

The A-Z of Programming Languages: Haskell Simon Peyton-Jones tells us why he is most proud of Haskell's purity, type system and monads. In t…

抚笙 2022-08-16 23:23:10 11 0

haskell 中 '$' 能用在哪些地方呢?

用 '$' 可以省去很多的括号,可是下面的代码为什么是错误的呢? threeAndOne :: Int -> [Int] threeAndOne n  | n < 1     = error "Number must bigg…

一张白纸 2022-08-16 23:02:42 14 0

自动类型推导的作用

我看过一些带自动类型推导的语言的介绍,包括 ML 和 Haskell。它们都强调了自动类型推导减轻了程序员的负担,因为你不必每个函数都写上类型签名。但另…

丶视觉 2022-08-16 19:10:14 21 0

Haskell 的 Hello World 代码

Haskell 的 Hello World 代码:-- Hello.hsmodule Main wheremain = putStrLn "Hello, World!"复制代码 执行:$ runhaskell Hello.hs复制代码 [ 本帖…

呆° 2022-08-16 17:11:05 21 0

在clisp下面怎么写多行的程序阿?

系统  xp 环境是clisp,只能一行一行的执行, 本来是想建一个clisp+emacs+slime的环境,搞了一上午,没搞定,放弃了…

以为你会在 2022-08-16 15:46:36 19 0

fmap如何使用?

Prelude> :i fmap class Functor f where fmap :: (a -> b) -> f a -> f b Prelude> fmap (+1) [1,2,3] [2,3,4] Prelude> map (+1) [1,2,3] [2,3,4] …

許願樹丅啲祈禱 2022-08-16 15:07:54 30 0

[三道贩子] Haskell Weekly News: January 19, 2009

Haskell Weekly News: January 19, 2009 http://sequence.complete.org/hwn/20090119 Announcements curl-1.3.4. Sigbjorn Finne announced that a ne…

纵情客 2022-08-16 10:30:45 28 0
更多

推荐作者

落墨

文章 0 评论 0

gz5281527

文章 0 评论 0

不识常识

文章 0 评论 0

动物凶猛

文章 0 评论 0

coderyrg

文章 0 评论 0

更多

友情链接

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文