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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Building Cocoa apps with Common Lisp becomes a tad easier

22 点作者 uros643超过 14 年前

3 条评论

insect超过 14 年前
If you're interested in developing OS X applications with a lisp, you should check out Nu — <a href="http://programming.nu" rel="nofollow">http://programming.nu</a> — It's a Cocoa-native language built on the Objective-C runtime, that's flavored somewhat like Common Lisp.<p>Additional info:<p>● A talk by the gentleman who created Nu, Tim Burks, talking about why he did so: <a href="http://www.viddler.com/explore/rentzsch/videos/13" rel="nofollow">http://www.viddler.com/explore/rentzsch/videos/13</a><p>● The Google Group for Nu: <a href="http://groups.google.com/group/programming-nu" rel="nofollow">http://groups.google.com/group/programming-nu</a><p>● The source (Apache License) on Github: <a href="https://github.com/timburks/nu" rel="nofollow">https://github.com/timburks/nu</a>
评论 #2138094 未加载
malkia超过 14 年前
There is an interresting development (but haven't checked it lately) for using Cocotron (Cocoa clone) for Windows for ClozureCL.<p>What's really cool, is that while Objective-C Win32 applications written with Cocotron must be compiled under OSX (using gcc-mingw tools), this allows you to write them under Win32, because it uses the produced DLLS (AppKit.dll, Foundation.dll) and you communicate with lisp with them.<p>There is one thing to note - ClozureCL has 32-bit and 64-bit executables, but for some reason the 32-bit produced ones do not work on 64-bit.<p>That might be fixed already, I have to check again.
frr超过 14 年前
My first option for developing Mac apps with lisp would be Lispworks <a href="http://www.lispworks.com" rel="nofollow">http://www.lispworks.com</a>