Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

PDLISP - CommonLisp in PureData.


PDLISP is PureData object for Lisp programmer.
It include codes from pdlua.
also, It include ecl header files. because name conflict.(pd and ecl).
I can't avoid this problem. so I modified ecl's header file.

currently It support OSX / Linux.
I don't have Window programming skill.

If you want build from sources...

Requires :
   PD or PD-extended and PD sources - http://puredata.info
   ECL(Embeddable Common Lisp) - http://ecls.sourceforge.net
         ..(I build ECL for static version. use disable-shared options)

install :
   You must set environment variables PD_INCLUDE and ECL_LIBS.
   It's path to pd(m_pd.h) and ecl.
   example) export PD_INCLUDE=/usr/include/pd
                   export ECL_LIBS = /usr/local/lib/ecl-13.5.1
   then. just type make.

About

No description, website, or topics provided.

Resources

License

Packages

No packages published

Languages