Show HN: FFI Between Gambit Scheme and CPython https://ift.tt/SXy782w

Show HN: FFI Between Gambit Scheme and CPython Hi HN, Pr. Marc Feeley and I have just released a new module for Gambit. The 'python' module is available at https://ift.tt/JNLFx9A . 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://ift.tt/xs9Er1b... ). You can get a preprint of the accompanying article at https://ift.tt/8PBYZj2... . 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! https://ift.tt/JNLFx9A September 8, 2022 at 12:34AM
Post a Comment (0)
Previous Post Next Post