https://github.com/aturley/hensley
Pony <-> Python bridge
https://github.com/aturley/hensley
Last synced: about 1 month ago
JSON representation
Pony <-> Python bridge
- Host: GitHub
- URL: https://github.com/aturley/hensley
- Owner: aturley
- Created: 2017-08-25T02:05:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T02:05:26.000Z (about 8 years ago)
- Last Synced: 2025-01-28T10:51:34.120Z (9 months ago)
- Language: Pony
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```