Add more details on Julia package mode

This commit is contained in:
Gerard Vermeulen 2024-02-28 16:24:01 +01:00
parent 820db5e35d
commit 41a6cb823b
1 changed files with 8 additions and 2 deletions

View File

@ -5895,8 +5895,14 @@ Links for further investigation are:
Points for further investigation are:
1. Application of the [[https://docs.julialang.org/en/v1/stdlib/Pkg/][Julia Pkg documentation]] requires {{{kbd(M-x term)}}} or a
terminal because the inferior Julia interpreter provides no genuine terminal.
2. [[https://github.com/emacs-ess/ESS/wiki/Julia][ESS support for the Julia language]] is a somewhat outdated description of how to
obtain [[https://julialang.org/][Julia]] support for [[https://ess.r-project.org/][Emacs Speaks Statistics]] and [[https://www.gnu.org/software/emacs/][Emacs]].
Type {{{kbd(])}}} to enter package mode and type {{{kbd(<backspace>)}}} or
click ~BREAK~ on the ~SIGNALS~ menu to leave package mode. Type
{{{kbd(st)}}} in package mode to see a list of added packages. Julia does
not recognize dependencies anymore. Therefore, I have used package mode to
add ~StaticLint~ and ~SymbolServer~ to make a patched version of [[https://github.com/non-Jedi/eglot-jl][eglot-jl]]
work.
2. [[https://github.com/emacs-ess/ESS/wiki/Julia][ESS support for the Julia language]] is a somewhat outdated description of how
to obtain [[https://julialang.org/][Julia]] support for [[https://ess.r-project.org/][Emacs Speaks Statistics]] and [[https://www.gnu.org/software/emacs/][Emacs]].
3. [[https://www.packtpub.com/product/hands-on-design-patterns-and-best-practices-with-julia/9781838648817][Hands-On: Design Patterns and Best Practices with Julia]] is a Julia book with
good reviews.
4. [[https://juliabyexample.helpmanual.io/][Julia by example]] is a showcase of 1- or 2-liners.