0

Suppose we have a clojure function (defn some-func ...). How could one call this function from C?

1
  • 2
    You can call Clojure from Java, and Java from C, but it might be tedious. Commented Nov 6, 2016 at 19:45

1 Answer 1

1

C does not allow native clojure functions. But they can be implemented e.g: A Clojure implementation on top of C

For calling from C++ see: Can I call clojure code from C++?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.