JL API Reference

To embed JL in a C or C++ program, simply include "jl.h" in the source and link against either the statically linked library ("jl.a") or the dynamically linked library ("libjl.so"). See the source for the JL REPL (jli.c) for an example.