You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other Clojure projects also need to transpile from/to Clojure and another language. Perhaps we could leverage a shared, well tested library for that?
Have a look at std.lang, which is a convertor from a lisp to an algol-family language (JS, C, ...) and at kalai, "a source-to-source transpiler from Clojure to other languages (Rust, Java, ...)" with the goal "to allow useful algorithms to be encoded once and then automatically be made available natively to other target programming languages."
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Other Clojure projects also need to transpile from/to Clojure and another language. Perhaps we could leverage a shared, well tested library for that?
Have a look at std.lang, which is a convertor from a lisp to an algol-family language (JS, C, ...) and at kalai, "a source-to-source transpiler from Clojure to other languages (Rust, Java, ...)" with the goal "to allow useful algorithms to be encoded once and then automatically be made available natively to other target programming languages."
Beta Was this translation helpful? Give feedback.
All reactions