S-expression syntax for Python
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sexpy-0.2.tar.gz
(11.4 kB
view details)
File details
Details for the file sexpy-0.2.tar.gz
.
File metadata
- Download URL: sexpy-0.2.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
581110e0078a42fbdfb4eabee540d4eaca34f89375198a3d9380cbf70973c725
|
|
MD5 |
47bb7ff4ab749d4f01bae989a2bb7b1d
|
|
BLAKE2b-256 |
524e50505348b1ab518ff64db1221a273807f7675435d7dd56c9ebed0fed9dbb
|