是否有纯函数式的方案或 Lisp?
我尝试过几种函数式编程语言,并且非常喜欢 Lisps 使用的 s-expr 语法(特别是 Schema)。 我还看到了使用纯函数式语言工作的优势。因此: 是否存在纯…
Vim 中行号背景的方案名称是什么?
在以下方案中,行号所在的栏是灰色的: louver.vim 我想改变它的颜色,但不知道名字。 " Normal hi Normal guifg=black guibg=white gui=none hi Norm…
解析列表并生成该列表的结构
structure representing homework points nr: number - the number of the homework points: number - the number of points reached (define-stru…
图函数的深度优先搜索
这是一个家庭作业问题,我正在尝试在Scheme中执行深度优先搜索功能,这是我到目前为止编写的代码: (define explore (λ(node visited) (let* ([neigh…
“未绑定标识符”方案错误
我正在使用 drscheme 来自: http://www.archlinux.org/packages/extra/x86_64/drscheme/ 我正在尝试使用教科书中的示例代码,但我不断收到“未绑定标…
请解释 Paul Graham 关于 Lisp 的一些观点
Closed. This question needs to be more focused. It is not currently accepting answers. 想要改进这个问题?通过编辑这篇文章来更新问题,使其仅…