Functional编程

Functional编程

文章 331 浏览 23

代码不太理解, 望高手解释 breadth-first search in lisp

急求哪位熟悉common lisp的朋友能把下面breadth-first search 代码解释下, 特别是有下划线的部分. nodes-not-visited 这段function没贴出来,可以忽略.…

厌味 2022-08-09 05:21:20 7 0

关于《Haskell函数式编程语言导引》一书的参考资料

大家好,前端时间我在阅读并收集打算写这本书用的参考资料,我重新看了一下我以前看过的资料,打算以以下5个作为主要参考资料,欢迎提意见,并告诉我…

柠檬 2022-08-09 03:44:54 8 0

求助haskell输出中文

google了一圈,没有找到方法,haskell有一个utf8的包,可以使用。不过我在windows 下生成exe怎么输出?…

合久必婚 2022-08-08 23:27:26 15 0

Online Bibliography of Haskell Research

This site is maintained by Jim Bender. Please send suggestions for additions to this site to editor@readscheme.org.     * Haskell Language D…

北座城市 2022-08-08 20:06:58 11 0

关于Lisp之根源的一个问题

今天看了Lisp之根源, http://www.v-ec.com/dh20156/article.asp?id=50 忽然想到一个问题,就是,eval 和apply 两个高阶算子构成的eval函数是怎么实现…

亢潮 2022-08-08 18:55:06 7 0

[三道贩子] Haskell Weekly News: Issue 116

Haskell Weekly News: Issue 116 - May 2, 2009 http://sequence.complete.org/hwn/20090502 Announcements   GHC 6.10.3 prerelease. Ian Lynagh [2]…

策马西风 2022-08-08 10:03:10 7 0

sicp练习题1.3 求三个数中两个较大数的平方和

(define (f a b c)   (if (> a b)       (+ (square a)          (if (> b c)              (square b)              (square c)))       (+ (square…

上课铃就是安魂曲 2022-08-08 05:33:30 7 0

[三道贩子] Haskell Weekly News: Issue 112

Haskell Weekly News: Issue 112 - April 5, 2009 http://sequence.complete.org/hwn/20090405 Announcements ----   hgettext-0.1.5 - GetText based…

佞臣 2022-08-08 01:55:17 6 0

ghc 安装(已解决 见 22 楼)

看了几篇文章,ghc 这个东西用来学 haskell 应该是不错的,可是它的源代码安装好像有些难。 可是用了 bootstrap 技术,可是说明看了半天没看明白。 我…

狼性发作 2022-08-07 23:26:38 6 0

Functional programming history

Lambda calculus provides a theoretical framework for describing functions and their evaluation. Though it is a mathematical abstraction rath…

笑着哭最痛 2022-08-07 19:13:38 9 0

[Haskell] ANNOUNCE: The Haskell Platform

We're pleased to announce the first release of the Haskell Platform: a single, standard Haskell distribution for every system. Download the …

沩ん囻菔务 2022-08-07 17:18:20 11 0

求汉明数

打印头 1000 个汉明数(以2、3、5 的阶乘为因子的正整数) main = print (take 1000 hamming) hamming = 1 : map (2*) hamming ~~ map (3*) hamming ~…

泼猴你往哪里跑 2022-08-07 17:05:30 17 0

差异:lisp 的 listp 和 sheme 的 list?

在 lisp 中, dot pair 也算 list, 而 scheme 认为表尾必须是  nil 所以 [1]> (listp (cons 1 2))T复制代码 scheme:guile> (list? (cons 1 2))#f复制…

说不完的你爱 2022-08-07 16:51:38 9 0

haskell 如何遍历目录? 用各种办法测试了,没有结果

仅使用 Directory 如何遍历目录? 在网上看了一些例子, 需要好几个模块, 感觉比较麻烦. 仅使用Directory能不能实现? module Main where import System.…

踏雪无痕 2022-08-07 13:49:41 7 0

大家认为是否需要在国内的程序员中推广一下Haskell?

我个人觉得国内对于函数式程序设计语言的推广实在太少了。至少,在中关村的几个书店里,能找到的相应的图书也就有“ML For The Working Programmer”…

兲鉂ぱ嘚淚 2022-08-07 12:50:01 29 0
更多

推荐作者

lanyue

文章 0 评论 0

海螺姑娘

文章 0 评论 0

Demos

文章 0 评论 0

亢龙有悔

文章 0 评论 0

海未深

文章 0 评论 0

浅忆流年

文章 0 评论 0

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