The error message I got was:

System image file "C:\project\Debug\../lib/julia/sys.ji" not found

This occurred when I called jl_init() with NULL. It seems that it is trying 
to find files relative to the executable file location.
I tried setting JULIA_HOME environment variable but that did not help.
I then changed the argument to "c:\julia\bin" which worked. 

It takes about 2 seconds to startup on my laptop (2009 Intel duo Mac). 

I was wondering if I could modify Julia to only be a language - i.e. remove 
all the standard library and therefore most (all?) of the dependencies. As 
an embedded language I don't really want all these external dependencies.
Is this possible? Where should I start? Are any of the dependencies must 
have?
Is there a developer's guide for Julia?

Thanks and Regards
Dibyendu

Reply via email to