Where can I find math intense apps in Ruby

时间:2022-08-08 15:09:24

I have found many rails apps mainly on the enterprise, social networking kind of web apps. I see that Ruby is compared with some of the great OOPS languages like Java & C# but I am really finding it hard to get some Math Intense apps. Any knowledgeble input (links to sample programs etc.), where the usage of the language is shown with ease and is like jumpstart or show how the language can be used for variety of math probs, is greatly appreciated.

我发现很多rails应用程序主要在企业,社交网络类型的Web应用程序上。我看到Ruby与一些优秀的OOPS语言(如Java和C#)进行了比较,但我发现很难找到一些Math Intense应用程序。任何知识渊博的输入(链接到示例程序等),语言的使用都很容易显示,就像快速启动或显示语言如何用于各种数学问题,非常感谢。

1 个解决方案

#1


5  

Unfortunately, Ruby hasn't ventured very far into mathematical and scientific computing. Currently, there is a pre-alpha library called SciRuby that is attempting to bring more math oriented capabilities to Ruby. They are trying to build a NumPy/SciPy equivalent. A few projects that are under SciRuby with example usage are:

不幸的是,Ruby并没有进入数学和科学计算领域。目前,有一个名为SciRuby的pre-alpha库正试图为Ruby带来更多的数学导向功能。他们正试图建立一个NumPy / SciPy等价物。 SciRuby下的一些项目使用示例:

Each project has various examples on how to get started/contribute. A good place to start is their docs and their mailing list.

每个项目都有关于如何开始/贡献的各种示例。一个好的起点是他们的文档和他们的邮件列表。

Hope that helps.

希望有所帮助。

#1


5  

Unfortunately, Ruby hasn't ventured very far into mathematical and scientific computing. Currently, there is a pre-alpha library called SciRuby that is attempting to bring more math oriented capabilities to Ruby. They are trying to build a NumPy/SciPy equivalent. A few projects that are under SciRuby with example usage are:

不幸的是,Ruby并没有进入数学和科学计算领域。目前,有一个名为SciRuby的pre-alpha库正试图为Ruby带来更多的数学导向功能。他们正试图建立一个NumPy / SciPy等价物。 SciRuby下的一些项目使用示例:

Each project has various examples on how to get started/contribute. A good place to start is their docs and their mailing list.

每个项目都有关于如何开始/贡献的各种示例。一个好的起点是他们的文档和他们的邮件列表。

Hope that helps.

希望有所帮助。