TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Calling Lisp from C Using ECL

23 pointsby sir_charles804over 10 years ago

2 comments

fabricelealover 10 years ago
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>
samsaga2over 10 years ago
- 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 未加载