No description
Find a file
Shigeaki Nishina 777c95bd0e Reformat
2020-10-07 14:08:31 +09:00
julia-repl-vterm.el Reformat 2020-10-07 14:08:31 +09:00
README.org Bump version to 0.5 2020-10-04 18:06:50 +09:00

julia-repl-vterm-mode.el

The julia-repl-vterm-mode.el provides a major-mode for inferior Julia process that runs in vterm, and a minor-mode that extends julia-mode for interaction with the inferior Julia process.

Why?

There's already julia-repl. It works well in most cases, but I sometimes encountered small problems when I handle very large DataFrame, which seemed to be caused by the limited performance of term.el. I wrote this simple REPL mode using vterm and found the performance problems were resolved.

Should I use this?

This code was made for my personal use. It has only the minimum functions that I need. I recommend any general users to use julia-repl instead. The julia-repl seems also going to support vterm soon.