Functional编程

Functional编程

文章 331 浏览 22

有谁了解haskell下正则表达式的使用

请问haskell用正则表达式替换字符串如何写?…

自演自醉 2022-08-27 09:44:31 16 0

[三道贩子] Haskell Weekly News: Julyl 18, 2009

Haskell Weekly News: Julyl 18, 2009 http://sequence.complete.org/hwn/20090718 Announcements ---- GHC 6.10.4. Ian Lynagh announced a new patc…

时光礼记 2022-08-27 04:00:32 29 0

CPid 和 Word32 之间的转换

fromIntegral CPic 可以得到 Word32 那么反过来如何转换呢? 有时候 haskell 的类型真是让我恶心……同一个机器类型有无数表现方式………

高跟鞋的旋律 2022-08-26 19:40:25 22 0

lisp里面,eval-when 到底怎么用?

谢谢,看了一些英文资料,还是搞不太清楚…

淡淡の花香 2022-08-26 17:38:08 15 0

haskell 如何读入中文文件呢?

在 ghci 下,用 readFile 和 readUTF8File 读入中文文件,怎么显示出来都是 xxxxxxxx 这样的形式呢? 而用 let x = &quot你好&quot 显示的就是汉字。 …

童话 2022-08-26 10:10:05 23 0

[三道贩子] Haskell Weekly News: June 13, 2009

Haskell Weekly News: June 13, 2009 http://sequence.complete.org/hwn/20090613 Announcements ---- purely functional lazy non-deterministic pro…

北方的巷 2022-08-26 08:22:22 17 0

"***"怎么理解?

import Control.Arrow ((***)) splitVerticallyBy,splitHorizontallyBy :: RealFrac r =&gt r -&gt Rectangle -&gt (Rectangle, Rectangle) splitVert…

稚气少女 2022-08-26 05:23:36 18 0

SICP中的cons指令与PLT中的显示结果不同

欢迎使用 DrScheme, 版本 4.1.4 [3m]. 语言: Lazy Scheme memory limit: 128 megabytes. &gt (cons 1 (list 1 2 3)) (1 . #&ltpromise&gt) &gt (cons …

无声无音无过去 2022-08-25 21:14:25 17 0

你们用哪个画图的?

我就用过tikz,想看看还有没有更好用的。…

无人问我粥可暖 2022-08-25 19:11:13 15 0

lisp中tree的问题,谢谢

正在看practical common lisp,十三章中,第二节tree 1,Tree structure&nbsp&nbspis traversed by following both CAR and CDR references for as lon…

赤濁 2022-08-25 17:26:58 20 0

lisp钟macro到底是什么?

再c中的定义是 &nbsp&nbsp#define&nbsp &nbspMAX( x, y ) ( ((x) &gt (y)) ? (x) : (y) ) 就是一个简单的替换 在编译器之外就可以实现 但在lisp中 (de…

揪着可爱 2022-08-25 12:01:30 19 0

请教这是为什么?DrScheme中的string-set!

(define x &quothello&quot) x ==&gt&quothello&quot (string-set! x 0 #p) ==&gtstring-set!: expects type &ltmutable string&gt as 1st argument, …

鹿港巷口少年归 2022-08-25 06:57:05 17 0

真不适应scala。

近来学习scala,怎么看怎么别扭。 例如: def f x = x 是编译不过的,非要写一大堆类型信息,同时还要吹嘘“你有时是可以不写的”。 def repeat [T] (…

心不设防 2022-08-24 14:37:04 19 0

两种风格的代码有何不同啊?

winSSQ count noRed noBlue = do { &nbsp &nbsp let yesRed =&nbsp&nbsp[1..33] \ noRed &nbsp &nbsp let yesBlue = [1..16] \ noBlue &nbsp &nbsp br…

半枫 2022-08-24 13:31:48 14 0

[三道贩子] Haskell Weekly News: July 4, 2009

Haskell Weekly News: July 4, 2009 http://sequence.complete.org/hwn/20090704 Announcements ---- HLint 1.6. Neil Mitchell announced the releas…

黑寡妇 2022-08-24 09:21:58 27 0
更多

推荐作者

安静被遗忘

文章 0 评论 0

喔爱吃橙子

文章 0 评论 0

草莓味的萝莉

文章 0 评论 0

梦里兽

文章 0 评论 0

mb_83J3Cyxa

文章 0 评论 0

时间海

文章 0 评论 0

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