Skip to content
/ ssexp Public

Python serializer that produces an S-expression compatible with a subset of R7RS Scheme.

License

Notifications You must be signed in to change notification settings

jahs/ssexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheme S-expressions

This is a serializer that produces an S-expression compatible with a subset of R7RS Scheme.

Basic usage:

import ssexp
ssexp.dumps({'brian': 'naughty boy'})

produces:

(: brian: "naughty boy")

We use the preserialize library to pre-serialize more complex structures, and so can handle shared objects, cyclic references and deep structures.

About

Python serializer that produces an S-expression compatible with a subset of R7RS Scheme.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages