所以这是要玩儿魂斗罗了呗..

3 个赞

这有、东西啊

牛。。。有人试过么

真牛逼。。。。。技术暂且不说,他这种折腾的劲头,就值得我们膜拜。。。。

2 个赞

@LdBeth 说起来,用elisp+它的cl库 与 用真的common lisp 相比,有什么差距不?

performance -> {Compile to native code, optimization for CLOS, specialized type, etc},
CLOS/MOP -> {serialization, object database, exception handling, etc},
reader macro -> {DSL, macro assembler, etc},
true multiple value return (trivial),
extensible sequence (trivial),
FFI -> {utilize LLVM, OpenGL, Cocoa, GSL… etc.},
stream -> {octet, network, binary I/O etc.},
fine grained GC -> {do large project},
green thread ->{do concurrent computation},
weak pointer -> {for efficient GC},
actually emacs’ cl lib don’t cover all CLtL1 functions
and bignum, array, logical pathname, format spec, etc
namespace -> {organization of large projects}
inspector -> {IDE integrate}.

and tons of libraries relied on the above features.

2 个赞