[julia-users] Is it possible to comiple application written on Julia to binary?

2015-06-12 Thread Vladislav Falfushinsky
Dear community, Is it possible to comiple application written on Julia to binary? Best regards, Vladislav

[julia-users] Re: How to deploy Julia

2015-06-23 Thread Vladislav Falfushinsky
Recently I`ve tried to deploy julia application, but I recieved an error. The code is rather simple: function main() println("Hello world!!!") println(1 + 1) end main() I use command: julia julia-master/contrib/build_executable.jl testexec ./test2.jl --force However I recieve an error: