Skip to content

Instantly share code, notes, and snippets.

@spacepluk
Created August 18, 2017 08:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spacepluk/f0e79ac3f8bbd8f9a93207bef1684334 to your computer and use it in GitHub Desktop.
Save spacepluk/f0e79ac3f8bbd8f9a93207bef1684334 to your computer and use it in GitHub Desktop.

Clojure Metal Wishlist

  • Seamless interop with C/C++
  • Reasonable Binary sizes (Dead Code Elimination)
  • Memory/CPU Efficient
  • Cache efficient data structures
  • Deterministic performance characteristics (Optional GC)
  • Simple interpreter for restricted platforms (iOS, etc.)
  • REPL and hot code reloading (interpreted and native)
  • Leverage existing C/C++ tooling for debugging/profiling Clojure code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment