Serdar Yegulalp
Senior Writer

Python 3, Ruby, Rust, and JavaScript algorithms are now welcome on Algorithmia

news analysis
May 20, 20162 mins

The service for building and hosting algorithms and monetizing them as APIs will also support the standard repositories for third-party code used by each language

open source 3
Credit: Thinkstock

Algorithmia, a marketplace for building algorithms and monetizing them as APIs, has added support for four widely used languages: JavaScript, Python 3, Rust, and Ruby.

When originally launched last year, Algorithmia supported only Java, Scala, and Python 2.x, but had plans for expanding the list. The revamped roster now covers most languages used for algorithm development in fields like machine learning and natural language processing — areas where Algorithmia wants to provide a broad range of offerings.

Algorithmia also now supports the standard repositories for third-party code used by each language: PyPI for Python, NPM for JavaScript, Crates.io for Rust, and Ruby Gems. The upshot is that any third-party package hosted on those services can be made part of an Algorithmia offering.

In Python’s case, Algorithmia is wise to support both Python 2.x and 3.x. Third-party library support for Python 3 has been catching up to Python 2, and it helps for algorithm developers to have access to advanced Python 3 features like the async/await keywords.

Algorithmia also supports third-party Python libraries like Numpy, which is commonly used in algorithmic applications to speed up processing. It’s less clear if you can use Cython — which converts Python to C for speed — but having generic support for packages in PyPI goes a long way toward ameliorating that.

Rust, the language developed by Mozilla for safe and fast systems-level programming, recently achieved a level of stability and maturity, making it easier to develop in the language without worries about forward compatibility. That’s likely one of the elements Algorithmia was waiting to have in place before formally supporting the language.

Rust still lacks a general math-and-stats library on the order of Python’s Numpy, but a few candidates have emerged, and Algorithmia seems like an ideal proving ground to determine which ones will gain broad adoption.

C/C++ and the languages for the .Net environment, such as C# and F#,  still aren’t supported in Algorithmia. Some powerful and widely used machine learning libraries are written in C++, and there are some .Net projects in the same vein (such as Accord), making them good prospects for support in the long term.

Serdar Yegulalp

Serdar Yegulalp is a senior writer at InfoWorld. A veteran technology journalist, Serdar has been writing about computers, operating systems, databases, programming, and other information technology topics for 30 years. Before joining InfoWorld in 2013, Serdar wrote for Windows Magazine, InformationWeek, Byte, and a slew of other publications. At InfoWorld, Serdar has covered software development, devops, containerization, machine learning, and artificial intelligence, winning several B2B journalism awards including a 2024 Neal Award and a 2025 Azbee Award for best instructional content and best how-to article, respectively. He currently focuses on software development tools and technologies and major programming languages including Python, Rust, Go, Zig, and Wasm. Tune into his weekly Dev with Serdar videos for programming tips and techniques and close looks at programming libraries and tools.

More from this author