Repl package
REPL (Read-Eval-Print-Loop) package.
Status
This package is still in early stage of development.
Installation
apm install Repl
or
Search for Repl within package search in the Settings View.
Settings
You can set the path to your executable in the package settings.
Keybindings
###Launch REPL
ctrl-y ctrl-dLaunch default Repl ('Bash')ctrl-y ctrl-oLaunch OCaml Replctrl-y ctrl-pLaunch Python3 Replctrl-y ctrl-bLaunch Bash Replctrl-y ctrl-cLaunch CoffeeScript Replctrl-y ctrl-rLaunch R Replctrl-y ctrl-nLaunch Node Replctrl-y ctrl-gLaunch Gdb Repl
###Evaluate in REPL:
ctrl-y ctrl-sEvaluate Selectionctrl-y ctrl-fEvaluate File
Currently supported grammars :
(work still in progress)
- OCaml
- Bash
- Coffee
- R
- Python2
- Python3
- Node
- Gdb
Under Work Feature:
- History (up and down)