TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Embeddable Common-Lisp 16.0.0 released

55 点作者 jackdaniel超过 9 年前

3 条评论

diogofranco超过 9 年前
Congratulations! ECL is very mature, and this release seems to further solidify that aspect of the project. We&#x27;ve been using it heavily at our startup with no problems, embedded with c++. I think it&#x27;s a very well done implementation. If you&#x27;re thinking of trying ECL out but emacs&#x2F;slime is too much to have to learn, rlwrap, is a readline wrapper that makes the REPL very friendly. To integrate with c++, the ECL manual [1] is a decent reference.<p>[1] <a href="https:&#x2F;&#x2F;common-lisp.net&#x2F;project&#x2F;ecl&#x2F;manual&#x2F;" rel="nofollow">https:&#x2F;&#x2F;common-lisp.net&#x2F;project&#x2F;ecl&#x2F;manual&#x2F;</a>
评论 #10138633 未加载
评论 #10141143 未加载
_delirium超过 9 年前
Has anyone used the embedding aspect of ECL significantly? I&#x27;ve used ECL as a standalone Lisp system, and also done fairly trivial embedding where there isn&#x27;t much more interaction than there would be if you communicated with an external Lisp system via a pipe. But curious how usable the API on the C side is for interacting with an embedded ECL, to call functions and pass data across the boundary in either direction (cl_object, cl_def_c_function, etc.). The documentation for that part seems pretty sparse.
评论 #10141131 未加载
sctb超过 9 年前
An issue of ECL Quarterly was also published recently including some release coverage: <a href="https:&#x2F;&#x2F;common-lisp.net&#x2F;project&#x2F;ecl&#x2F;quarterly&#x2F;volume2.html" rel="nofollow">https:&#x2F;&#x2F;common-lisp.net&#x2F;project&#x2F;ecl&#x2F;quarterly&#x2F;volume2.html</a>.