What is a recomended way for making emacs as julia code editor? The things which I would like to have are:
- autocomplete
- julia shell in emacs with abbility to send the code from buffer
- debugging
What is a recomended way for making emacs as julia code editor? The things which I would like to have are:
The ESS development environment seems to support julia out of the box.
According to the documentation, it supports most of the features you mentioned:
I am currently using these 2 Emacs packages:
everything is detailed in the julia-repl author's blog post.
It is the best I have found so far. I am quite happy with it and I prefer it to the previously cited ESS-Julia solution.
I still miss an auto-complete solution for Julia, though.
The latest project in this field (as of 2020) is Julia snail, which aims at providing development environment and REPL interaction package for Julia in the spirit of Common Lisp’s SLIME and Clojure’s CIDER.
It currently supports: