A project to allow embedding of python in PLT Scheme
Scheme
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= pyscheme
carview.php?tsp= .gitignore
carview.php?tsp= README.mkd

README.mkd

#pyscheme

Using pyscheme is fairly simple. It presently can access the Python C API and also allows some higher-level functionality, but is still very primitive. Here's an example of how to use it though:

> (require pyscheme/py)
> (init "libpython2.6")
> (pyimport os)
> os
"<module 'os' from '/home/jason/.virtualenvs/main/lib/python2.6/os.pyc'>"