Skip to content

Commit d35f8d9

Browse files
committed
Added rinruby by @clbustos.
1 parent 24efe69 commit d35f8d9

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
[[RubyNLP](https://github.com/arbox/nlp-with-ruby) | [RubyDataScience](https://github.com/arbox/data-science-with-ruby) | [RubyML](https://github.com/arbox/machine-learning-with-ruby)]
1+
[[RubyNLP](https://github.com/arbox/nlp-with-ruby) |
2+
[RubyDataScience](https://github.com/arbox/data-science-with-ruby) |
3+
[RubyML](https://github.com/arbox/machine-learning-with-ruby)]
24

35

6+
**The list is under heavy maintenance!**
7+
48
# Ruby communicates with other Languages
59

610
Ruby Mixture with other Programming Languages
@@ -25,10 +29,19 @@ Ruby Mixture with other Programming Languages
2529
- https://github.com/steveklabnik/rust_example
2630
- https://forums.sketchup.com/t/native-ruby-extension-in-rust/26705
2731
- https://github.com/d-unseductable/ruru
32+
- https://usehelix.com/
2833

2934
### R
3035

3136
- https://github.com/mrkn/rcall
37+
- [rinruby](https://github.com/clbustos/rinruby): integrates the R interpreter in Ruby, making R's statistical routines and graphics available within Ruby
38+
dependencies: R
39+
- https://github.com/alexgutteridge/rsruby
40+
41+
### GNU Octave
42+
43+
- [octave-ruby](https://github.com/daikini/octave-ruby) A Ruby interface to the Octave interpreted language
44+
dependencies: Octave
3245

3346
### Python
3447

0 commit comments

Comments
 (0)