Nim Wrapper for ArrayFire

2023-08-30 Thread bitstorm
Hi - great to see that the wrapper is in use. I will check the problem as soon as I can - and let's move the discussion to the github issue tracker.

Returning to Nim from Python and Rust

2023-02-18 Thread bitstorm
Hello, I'm a data scientist and my day to day work is mostly concerned with developing deep learning systems. Despite the popularity of Python in this area I'm looking for alternatives because of its weak typing and the very mixed native speed. After some experiments with FSharp and Rust I stu

Is it possible to mix c and c++ backend?

2021-08-19 Thread bitstorm
Many thanks! I'm currently working on a new version of the arrayfire nim wrapper and have the choice to use the c or c++ arrayfire API - from my point of view both ways would work well. Should I prefer one backend?

Is it possible to mix c and c++ backend?

2021-08-19 Thread bitstorm
Hello, I was wandering if it is possible to mix modules which are build with different backends (c c++) and if so what problems may occur? Please excuse if I missed relevant information in the docs or other posts. Many thanks in advance.

OOP translation help

2020-09-06 Thread bitstorm
Many thanks - this helps!

OOP translation help

2020-09-05 Thread bitstorm
Hi, I am a data scientist and have been experimenting with nim some time ago (my first and only serious attempt of using it is my Arrayfire wrapper which I want to refresh soon) After revisiting nim and comparing it with other candidates like rust