Skip to content

Comment on Returning to Nim from Python and Rust

Comments

If are a data scientist and come from python take a look at nimpy, a great way to just import python libraries and use them! https://github.com/yglukhov/nimpy Numpy, pandas, pytorch all usable in Nim.

Nim is the ultimate glue language, use libraries from anything: python, c, js, objc.

I just started using nim but the glue aspect was the biggest draw for me. It was pretty easy to hook up a socket interface to a systemVerilog simulation & provide a simple device interface to expose to the SW and systems teams. Previously, I would have done it in python but it always ended up with a short lifespan due to its slow speed.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.