- 授权协议: GPL
- 开发语言: Lisp
- 操作系统: 跨平台
- 软件首页: http://common-lisp.net/project/mcclim/
- 软件文档: https://common-lisp.net/project/mcclim/static/documents/mcclim.pdf
软件介绍
McCLIM是Common Lisp接口管理(CLIM)规范(CLIM II Specification)的一个开源实现,用来在Common Lisp里编写GUI程序的强大的工具集。目前只能运行于x window环境下。
安装方式:quicklisp和asdf。以slime下的quicklisp安装为例,命令如下:
(ql:quickload "mcclim")
然后按照用户手册 或下图中所示命令运行实例。
High Performance Python
Micha Gorelick、Ian Ozsvald / O'Reilly Media / 2014-9-10 / USD 39.99
If you're an experienced Python programmer, High Performance Python will guide you through the various routes of code optimization. You'll learn how to use smarter algorithms and leverage peripheral t......一起来看看 《High Performance Python》 这本书的介绍吧!
