Skip to content

jasonbaker/pyscheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

#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'>"

About

A project to allow embedding of python in PLT Scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages