Functional编程

Functional编程

文章 331 浏览 23

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

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

自演自醉 2022-08-27 09:44:31 18 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 32 0

CPid 和 Word32 之间的转换

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

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

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

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

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

haskell 如何读入中文文件呢?

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

童话 2022-08-26 10:10:05 27 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 21 0

"***"怎么理解?

import Control.Arrow ((***)) splitVerticallyBy,splitHorizontallyBy :: RealFrac r => r -> Rectangle -> (Rectangle, Rectangle) splitVertically…

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

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

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

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

你们用哪个画图的?

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

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

lisp中tree的问题,谢谢

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

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

lisp钟macro到底是什么?

再c中的定义是   #define   MAX( x, y ) ( ((x) > (y)) ? (x) : (y) ) 就是一个简单的替换 在编译器之外就可以实现 但在lisp中 (defmacro when (condi…

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

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

(define x "hello") x ==>"hello" (string-set! x 0 #p) ==>string-set!: expects type as 1st argument, given: "hello"; other arguments were: 0 #…

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

真不适应scala。

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

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

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

winSSQ count noRed noBlue = do {     let yesRed =  [1..33] \ noRed;     let yesBlue = [1..16] \ noBlue;     bracket (openFile "ssqNum.txt" W…

半枫 2022-08-24 13:31:48 18 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 30 0
更多

推荐作者

情深如许

文章 0 评论 0

小镇女孩

文章 0 评论 0

见鹿。

文章 0 评论 0

atoothache

文章 0 评论 0

github_Ya3wWzbdC

文章 0 评论 0

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