Oof. Is that the official plugin language? Siemens NX uses “grip” which is a fork of TCL. And they require purchase of a pricy package to sign and compile code so NX will run it, so we only had one programmer for our custom grip functions.
Kale
- 0 Posts
- 4 Comments
Joined 3 years ago
Cake day: June 13th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Reverse Polish notation, right? Operand operand operator?
Not sure why you crossed that out. Didn’t musk ask for paper copies of code?


I haven’t dealt with HPC in a while, but Intel C compiler against MKL libraries were fastest CPU, and Nvidia CUDA was slightly easier to develop than OpenCL for other cards. I’m not sure if the situation’s changed.
For my current applications, I use NumPy compiled against Intel MKV installed as a binary. It works great.