-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
help wantedExtra attention is neededExtra attention is neededkind/featureNew feature or requestNew feature or requesttracking issueSpecific to tracking a certain feature or bugSpecific to tracking a certain feature or bug
Description
Ocean should be able to support installing scripts written in various programming languages.
To achieve this, it needs to:
- Be able to install the given languages
- Run the script through the installed language
Languages
- Python
- Ruby
- Swift
- R
- Lua
- Perl
- Tcl
- Bash
- Bourne Shell (
sh) - C Shell (
csh) - KornShell (
ksh) - PowerShell
Unresolved Questions
-
How is the language selected?
Should we have some form of setting/unsetting a globally usable language? This would require us knowing that
me/my-scriptis written in Python up-front. Such information could be inmy-script's manifest.ocean set python@3 ocean run --script me/my-scriptShould we instead pass a
--withflag for choosing what to run it through?ocean run --script me/my-script --with python@3
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededkind/featureNew feature or requestNew feature or requesttracking issueSpecific to tracking a certain feature or bugSpecific to tracking a certain feature or bug