Where can I find intensive math applications in Ruby & Ruby on Rails

I found a lot of rail applications mainly on the corporate, social networking web application. I can see that Ruby is comparing with some of the great OOPS languages ​​like Java and C #, but it's really hard for me to get some Math Intense applications . Any input of knowledge is welcomed (links to examples of programs, etc.), where the use of the language is shown with ease and is similar to jumpstart or show how the language can be used for various mathematical problems.

+6
source share
1 answer

Unfortunately, Ruby is not very far from mathematical and scientific calculations. There is currently a preliminary alpha library called SciRuby , which is trying to bring more math related features to Ruby. They are trying to build the equivalent of NumPy / SciPy. A few projects that are under SciRuby using an example:

Each project presents various examples of how to start / contribute. A good place to start is their documents and their mailing list.

Hope this helps.

+5
source

Source: https://habr.com/ru/post/907613/


All Articles