Martin DeMello <
martin...@gmail.com> skribis:
> Is the idea that the main code is written in pure, calling into functions
> written in ATS? And what sort of data structures can be passed or shared
> between the two?
Pure is good at dealing with one-dimensional and two-dimensional
arrays of C or Fortran numbers.
Also it has linked lists.
So my idea on behalf of the Pure community was to write an example of
ATS to do a safer (within the ATS parts) sort for Pure lists, and some
numeric algorithm working on matrices (such as gaussian elimination).
However, being both physically disabled and prone to compulsive
diversions from the task at hand (think Mister Monk), I never make
firm promises.