Re: Official Clojure port to Python AST

2025-04-07 Thread Jan Wedekind
Recently somebody pointed the Clojure Python bridge to me: https://github.com/clj-python/libpython-clj Maybe that can be used for accessing Torch in Clojure. You can of course train models in Python and then use the ONNX runtime to use them in Clojure: https://www.wedesoft.de/software/2025/02/13

Official Clojure port to Python AST

2025-04-06 Thread Dirk Roeckmann
Are there any official efforts/plans to introduce Clojure on Python in order to have full access to the data science, ML and AI packages? Yes I know there is Basilisp. which is fantastic but I wonder if an official leap into this arena is even remotely realistic. -- You received this message b