Skip to main content

S-expression syntax for Python

Project description

Created just in order to have some se^Wfun.

Tested with CPython 2.4 and 2.5 and PyPy 1.0.0.

A little code snippet so that you can get the overall idea:

(class (Hello)
    (def (__init__ self message)
        (= self.message message))
    (def (hello)
        (print self.message)))

(= hello (Hello "Hello world!"))
(hello.hello)

Project details


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.1.tar.gz (10.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page