Skip to content

Lispify converts Python objects into Lisp-like encoded strings that are interpretable in Common Lisp.

License

Notifications You must be signed in to change notification settings

infolab-csail/lispify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lispify Build Status

Lispify converts Python objects into Lisp-like encoded strings that are interpretable in Common Lisp. This library requires Python 2.6, 2.7, or 3.3+.

Releases

Each release should be documented in CHANGELOG.md.

Version numbers MAJOR.MINOR.PATCH should follow a system inspired by semantic versioning. Increment the:

  1. MAJOR version when you make incompatible API changes (unlikely to change from 1.x.x),
  2. MINOR version when you add functionality in a backwards-compatible manner, and
  3. PATCH version when you make backwards-compatible bug fixes.

Create a release on Github for each new version.

About

Lispify converts Python objects into Lisp-like encoded strings that are interpretable in Common Lisp.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages