Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: FFI Between Gambit Scheme and CPython (github.com/gambit)
2 points by belmarca on Sept 7, 2022 | hide | past | favorite | 2 comments
Hi HN,

Pr. Marc Feeley and I have just released a new module for Gambit. The 'python' module is available at https://github.com/gambit/python. It is a Foreign Function Interface (FFI) to CPython which combines a low-level API with a syntactic interface that allows Gambit users to interface with Python code. The module also offers a Foreign Procedure Call mechanism that bridges the CPython and Gambit threading models.

For example, it is now possible for Gambit users to import Python modules as such:

> \import math

> (cos \math.pi)

-1.

This module requires a recent Gambit version compiled with the '--enable-multiple-threaded-vms' option. The GitHub repo contains a short README with instructions as well as a few examples to get you started. We will be giving a talk about our work at the upcoming Scheme Workshop (https://icfp22.sigplan.org/details/scheme-2022-papers/7/An-F...). You can get a preprint of the accompanying article at https://andykeep.com/SchemeWorkshop2022/scheme2022-final22.p... .

We had fun developing this and while there are still a few known kinks, the software is generally quite stable and enjoyable. Please notify us of any problems, or just to showcase your work!

Cheers!




I mentioned this upcoming work in a comment last week. Here it is :) Any comments appreciated!


Very nice. Congrats. This looks interesting.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: