11 months ago
Tues Jan 30, 2024 5:58am PST
Show HN: AntiPython Colab Compiler,use Google Colab in your preferred language
It's a source to source compiler for people interested in AI but don't want to touch Python.

It's a work-in-progress(super-raw proof of concept). Frontend is a JavaScript Chrome extension and backend is a C transpiler. We use the Treesitter C lib to parse syntax trees and the Mongoose C lib to handle websockets.

GitHub repo has a Java demo showing possible import syntax. Some keywords like 'from' and 'as' don't exist in Java. I found some workarounds. Please let me know what you think.

read article
comments:
add comment
loading comments...