这有、东西啊
牛。。。有人试过么
真牛逼。。。。。技术暂且不说,他这种折腾的劲头,就值得我们膜拜。。。。
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.