- 授权协议: EPL
- 开发语言:
- 操作系统: Linux
- 软件首页: https://github.com/technomancy/leiningen
软件介绍
leiningen 是用于 Clojure 的构建工具。使用方法:
$ lein new NAME # generate a new project skeleton $ lein test [TESTS] # run the tests in the TESTS namespaces, or all tests $ lein repl # launch an interactive REPL session and socket server $ lein jar # package up the whole project as a .jar file $ lein install [NAME VERSION] # install a project
Text Processing in Python
David Mertz / Addison-Wesley Professional / 2003-6-12 / USD 54.99
Text Processing in Python describes techniques for manipulation of text using the Python programming language. At the broadest level, text processing is simply taking textual information and doing som......一起来看看 《Text Processing in Python》 这本书的介绍吧!
