sexpy 0.2
S-expression syntax for Python
Downloads ↓ | Package Documentation
Created just in order to have some se^Wfun.
A little code snippet so that you can get the overall idea:
(class (Hello)
(def (__init__ self message)
(= self.message message))
(def (hello self)
(print self.message)))
(= hello (Hello "Hello world!"))
(hello.hello)
This version requires Python 3. Use version 0.1 if you need Python 2 support.
Documentation: http://packages.python.org/sexpy
Mercurial repository: https://bitbucket.org/ero_sennin/sexpy
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| sexpy-0.2.tar.gz (md5) | Source | 2010-08-30 | 11KB | 361 | |
- Author: Ero-sennin
- Documentation: sexpy package documentation
- Home Page: http://python.org/pypi/sexpy
- License: GPL-2
- Platform: platform-independent
- Categories
- Package Index Owner: erosennin
- DOAP record: sexpy-0.2.xml
