Skip to content
Discussion options

You must be logged in to vote

I was almost thinking about using Clasp.

If you need something today, clasp may be your best choice. jank isn't ready for use just yet, but I aim to have a rough-but-workable version distributed to folks in a few months.

java's type system is much more straightforward than cpp, I can imagine that cpp interop would not be easy.

You're right about this. With the JVM, everything is an Object, so any of Clojure's collections can old any value you can throw at it. C++ has no notion of this, so we need to explicitly type-erase things, which involves an allocation and extra code when you put it in and take it out of the jank system.

Thank god we have LLVM now.

The main work here started at…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pauldorman
Comment options

@jeaye
Comment options

Answer selected by jeaye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants