Nim can interact with c and c++ 
<https://nim-lang.org/docs/manual.html#foreign-function-interface>

You can also write some shared library with nim and call it from c++.

However, if you are a python team, you might just use nimpy or nimporter and 
skip c/c++

<https://robert-mcdermott.gitlab.io/posts/speeding-up-python-with-nim>/

Reply via email to