Skip to content

aturley/hensley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hensley

Hensley is a Pony<->Python bridge. It is named after George Went Hensley, who popularized the religious practice of snake handling and died of a snake bite on July 25, 1955.

Building

clang -g -o build/hensley.o -c src/hensley.c \
  && ar rvs build/libhensley.a build/hensley.o
ponyc --path=build .

Running

Currently the main application opens the file ponytest.py, calls some of methods in the file, and prints the results.

PYTHONPATH=.
./hensley

About

Pony <-> Python bridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published