ANN: Bindings to Ada

The Simple Components for Ada v4.38 provide bindings to Julia for Ada programming language (Ada 95, 2005, 2012):

http://www.dmitry-kazakov.de/ada/components.htm#Julia

Supported are:

  • Loading and interpreting Julia source code from Ada
  • Calling to Julia functions from Ada
  • Calling Ada subroutines from Julia (no building a relocatable library required)
  • Conversion from scalar Ada types to Julia types and back
  • Arrays 1D, 2D, 3D
  • Named and anonymous tuples
  • Catching and raising Julia exceptions
  • Julia’s garbage collection control
12 Likes