From e7e22e624e273b4a9aa7dc7da403a207ff438d78 Mon Sep 17 00:00:00 2001 From: Shigeaki Nishina <55463+shg@users.noreply.github.com> Date: Fri, 9 Oct 2020 15:40:05 +0900 Subject: [PATCH] Update README --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 2a34b23..d3a64a1 100644 --- a/README.org +++ b/README.org @@ -7,9 +7,9 @@ The julia-repl-vterm.el provides a major-mode for inferior Julia process that ru ** Should I use this? -There's already [[https://github.com/tpapp/julia-repl][julia-repl]]. It works well in most cases, but I sometimes encountered problems when I used 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. +There's already [[https://github.com/tpapp/julia-repl][julia-repl]]. It works well in most cases, but I sometimes encountered problems when I used very large DataFrame, which seemed to be caused by the limited performance of term.el. I wrote julia-repl-vterm.el using vterm and now REPL works as smoothly as in a native terminal. -This code has the minimum functions that suffice my use. For most general users, julia-repl may be the better choice. The julia-repl seems also going to [[https://github.com/tpapp/julia-repl/pull/84][support vterm]] soon. +This code has the minimum functions that suffice my use. You may want to check julia-repl if you need more features. If this simplicity fits your preference, please give it a try! ** Installation