tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
169 stars 35 forks source link

Does Julia- repl support Startup options with -J for sysimages? #127

Closed aminevsaziz closed 1 year ago

aminevsaziz commented 1 year ago

I've searched on how to startup Julia repl with this package using compiled packages using option -J. Startup.jl seems like a possible solution for starting Julia with -Jsysimages.so So any suggestions?

tpapp commented 1 year ago

See the command line options:

https://github.com/tpapp/julia-repl#switches

aminevsaziz commented 1 year ago

See the command line options:

https://github.com/tpapp/julia-repl#switches

Thank you. That was quick. BTW, julia-snail does offer completion using company-capf backend can be implemented in Corfu with some tweaks. This feature is bless for new Julia users. So, does have julia-repl have any future plans for features or it is just supporting Julia.