Simulation

Machine Learning

Simulation

What about simulation? Something like simulink, modelica or Modia (in Julia).

It would be nice something similar to Modia in particular, given Nim’s metaprogramming capabilities.

One area where I believe nim could shine is in exporting FMU model (following the FMI standard). I don’t see python doing that. An even for Julia is a struggle because they need to export the runtime for compiled stuff which is big and not straightforward (here you can see how the libraries take above 100Mb for a simple example, when compiled ahead of time).

FMI Code Generator FMU SDK Sundials: SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers in order to embed the solver in the FMU. Bindings for this would be useful even on itself. SimulatorToFMU


Last modified January 1, 0001