问题标签 [clocc]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
4 回答
1332 浏览

ubuntu - 如何在 Ubuntu 的 CLISP 下包含“port”包

我正在尝试遵循本教程: http ://cl-cookbook.sourceforge.net/sockets.html

由于端口包,我无法让它工作。首先(in-package :port)不起作用,它说找不到包。所以我将其更改为,(clc:clc-require :port)但这会导致另一个错误:

在ubuntu下我应该怎么做才能让它工作?

0 投票
1 回答
132 浏览

common-lisp - 安装 CLOCC 和软件包

sds 在保存 CLOS 对象的评论提供了对 Common Lisp 开放代码集合 (CLOCC) 文件 (closio.lisp) 的引用,用于可打印地读取和写入 CLOS 对象。安装软件的说明在CLOCC 的安装中。但是,以前没有使用过 CLOCC,我想要一些额外的指导来设置读/写 CLOS 对象。到目前为止,这是我的初始化文件 (.clinit) 的新增内容:

下一步要添加什么的说明表示赞赏。