Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The neoterm plugin already provides support for R, Julia and Python builtin REPLs. Add support for Stata command line interface (no batch mode).
This commit should not change behavior.
What is being fixed/added?
Define a new REPL for Stata console.
This PR has been tested on Ubuntu 20.04 and macOS Mojave, with Stata 13.
Scenarios
Same use cases as R, for instance.
It is assumed that users have the executable
stata
available in their path. Usually, one of the many versions of Stata (SE, MP, IC) is symlinked into/usr/local/bin
or/usr/local/stataXX/
, whereXX
stands for Stata version number, asstata-se
orstata-mp
. Sometimes, an additional symlink,stata -> stata-[(mp|se)]
, is automatically created (by the install script or via Stata GUI). This PR assumes that such a link does exist, otherwise it has to be created by the user under his$HOME
directory or in system-wide PATH. See #308 for a (probable) related issue.Screenshots/Gifs
N/A
Reminders