Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
You can edit this page using
wiki syntax
for markup.
Article contents:
== Outdated egg! This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for [[/eggref/5/level-sexp|the CHICKEN 5 version of this egg]], if it exists. If it does not exist, there may be equivalent functionality provided by another egg; have a look at the [[https://wiki.call-cc.org/chicken-projects/egg-index-5.html|egg index]]. Otherwise, please consider porting this egg to the current version of CHICKEN. == level-sexp [[toc:]] === Description Read and write s-expressions to a [[https://wiki.call-cc.org/eggref/4/level|level]] implementation. === Example use <enscript highlight="scheme">(use leveldb level level-sexp) (define db (level-sexp (open-db "testdb"))) (db-put db "key" '((name . "test"))) (db-get db "key") ;; => ((name . "test")) </enscript> === API <procedure>(level-sexp db)</procedure> Wrap another [[https://wiki.call-cc.org/eggref/4/level|level]] implementation, enabling read/write of s-expression values instead of raw strings. Keys are not translated from s-expressions to strings, only values. === Source code / issues [[https://github.com/caolan/chicken-level-sexp]]
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you add 7 to 16?