Hacker News new | past | comments | ask | show | jobs | submit login

Please allow Julia tooling to easily compile to a native binary/dynlib/dll that can be deployed on both desktop and mobile OS'es.

Right now, it appears like a niche interpreted language for numeric geeks only.




Matlab and its Simulink extension, which is widely used for designing control system has a feature for generating C code that can be deployed without Matlab runtime. Someone with knowledge of code generation and compilers could take this Matlab feature as an inspiration and implement a C code generator for Julia functions.

> Right now, it appears like a niche interpreted language for numeric geeks only.

Yes, it was designed for numerical and scientific computing. In Julia, you can at least prototype the numerical algorithm before implementing in C++ or Fortran.


https://github.com/JuliaLang/PackageCompiler.jl

Note that it doesn't do slim binaries yet for embedded. Don't know if that's in the roadmap.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: