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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Calling Lisp from C Using ECL

23 点作者 sir_charles804超过 10 年前

2 条评论

fabriceleal超过 10 年前
A more complete example, giving you a Lisp REPL, and calling C code from Lisp: <a href="http://vwood.github.io/embedded-ecl.html" rel="nofollow">http:&#x2F;&#x2F;vwood.github.io&#x2F;embedded-ecl.html</a><p>And a &quot;port&quot; to Windows: <a href="https://github.com/fabriceleal/ecl-win-vs11-example" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fabriceleal&#x2F;ecl-win-vs11-example</a>.<p>Also a tiny non-working &quot;game-engine&quot; that uses SDL1.2 (while not working, may have more examples): <a href="https://github.com/rjmacready/pico-gmengine" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rjmacready&#x2F;pico-gmengine</a>
samsaga2超过 10 年前
- Guile last version: 2.0.11 (2014-03-20) - Ecl last version: 12.7.1 (2012-07-24)<p>I think guile it&#x27;s better for language embedding. Anyway if you prefer lisp (to use an asdf package for example) maybe it&#x27;s better sbcl with ffi.<p>Chicken scheme it&#x27;s also nice and very portable.
评论 #8324986 未加载
评论 #8325682 未加载