Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Stata kernel #322

Merged
merged 1 commit into from
May 26, 2021
Merged

Add support for Stata kernel #322

merged 1 commit into from
May 26, 2021

Conversation

even4void
Copy link
Contributor

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/, where XX stands for Stata version number, as stata-se or stata-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

  • CHANGELOG
  • README (if needed)
  • docs (if needed)

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.
@kassio kassio merged commit cae4f19 into kassio:master May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants