-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I'm working on Logtalk support on a fork of your work at:
https://github.com/LogtalkDotOrg/logtalk-jupyter-kernel
The starting point was to write a Logtalk version of the Prolog files in the prolog_server
. The goal is to support multiple Prolog backends supported by Logtalk. As the code requires native support for stream redirection, that's one of the main issues for wide portability. I'm planning to have basic functionality working by the end of the week. For now at least, I had to delete or comment out some of the features you implemented for SICStus Prolog and SWI-Prolog.
My initial plan was to contribute back the Logtalk support but the changes are extensive and it's likely best to have a separate project. I will ensure, of course, that full credit is given for your original work in the documentation. I also would like to explore possible venues for close collaboration in these projects. My work here is sponsored by industry and that may open some interesting opportunities.
I will post updates as I evolve the Logtalk support. Many thanks for sharing your hard work with the open source community.