Skip to content

Commit b79565f

Browse files
authored
Update README.md
1 parent 7a5a4af commit b79565f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
![](https://raw.githubusercontent.com/hsamuelson/interOp/master/logos.png)
22
# interOp
33
interOp is built to be a micro-service framework built for programming languages. The goal is anyone can write in any number of different languages in the same file and it will run micro-services to processes and recombine as one cohesive program.
4-
## *Note
5-
This is still in development and only supports python, js, lua and R.
6-
Only supported by windows.
74

85
## Requirements
6+
Windows Only
97
The only requirement is the R programming language. The others are optional.<br>
108
It is a requirement (with the exception of the R language) that all programming languages be in your ```%PATH%```. (Whenever installing a new language, there is always an option to add it to the path).
119

@@ -22,6 +20,7 @@ https://golang.org/doc/install?download=go1.10.3.windows-amd64.msi <br>
2220
Elixir: https://repo.hex.pm/elixir-websetup.exe
2321

2422
## Language Support
23+
Other Versions of the langauges work, these are just the tested versions
2524
<center>
2625

2726
| Language | Version | Basic Support | Arg support | Pipeline Support |
@@ -32,6 +31,7 @@ Elixir: https://repo.hex.pm/elixir-websetup.exe
3231
| lua |v5.1.5-52| X | X | |
3332
| Go |1.10.3| X | X | |
3433
| Elixir |1.6.6| X | | |
34+
| Batch |win10| X |X | |
3535
</center>
3636

3737

0 commit comments

Comments
 (0)