Skip to content

Commit

Permalink
Alphabetize list of supported REPLs (#247)
Browse files Browse the repository at this point in the history
Alphabetize list of supported REPLs
  • Loading branch information
kassio authored Sep 12, 2019
2 parents 037a7f7 + fc371c4 commit 511f6c6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,28 +85,28 @@ stored in `%USERPROFILE%\_vimrc`.

### Supported REPLs

* Ruby: `pry` and `irb`
* Rails: `bundle exec rails console`
* Python: `ipython` and `python`
* JavaScript: `node`
* Clojure: `lein repl`
* Elixir: `iex` and `iex -S mix` (if `config/config.exs` exists)
* Julia: `julia`
* PARI/GP: `gp`
* R / R Markdown: `R`
* GNU Octave: `octave`
* For Octave 4.0.0 and later, you can enable Qt widgets (dialogs, plots, etc.)
using `g:neoterm_repl_octave_qt = 1`
* MATLAB: `matlab -nodesktop -nosplash`
* Idris: `idris`
* Haskell: `ghci`
* PHP: `g:neoterm_repl_php` and `psysh` and `php`
* Clojure: `lein repl`
* Idris: `idris`
* JavaScript: `node`
* Julia: `julia`
* LFE: `lfe`
* Lua with `lua` and `luap`.
* TCL: `tclsh`
* MATLAB: `matlab -nodesktop -nosplash`
* PARI/GP: `gp`
* PHP: `g:neoterm_repl_php` and `psysh` and `php`
* Python: `ipython` and `python`
* R / R Markdown: `R`
* Racket: `racket`
* Rails: `bundle exec rails console`
* Ruby: `pry` and `irb`
* SML: `rlwrap sml` or `sml`
* Scala: `sbt console`
* Racket: `racket`
* LFE: `lfe`
* TCL: `tclsh`

### Troubleshooting

Expand Down

0 comments on commit 511f6c6

Please sign in to comment.