Hacker News new | ask | show | jobs
by leanthonyrn 2509 days ago

  I was thinking about this the other day.  How can I expose my Common Lisp code to Julia.  
  
1. You could take the Clasp path by exposing CL to C++. https://youtu.be/8X69_42Mj-g

  This means taking /  writing a CL in Julia.
  
2. Julia has an AST representation written in femtolisp. So it would be in interesting target for CL or some glue middle language like Shen. http://www.shenlanguage.org/ https://youtu.be/lMcRBdSdO_U