bigforth  

[bigforth] an advise on loading hdf files needed

Sergey M Plis
Sat, 29 Dec 2007 00:01:35 -0800

Hi,

I have put together bindings to hdf5 library and a separate module using it that allows me to save and load groups of gsl matrices. When loading I just create new entries in the current definition vocabulary - flat. It would be nice to be able to have nesting of names - like structures. I have no idea how to implement such a thing. Modules come to mind - they are supposed to allow nesting, but this feature (even Modules themselves) is not described in documentation and I am not sure how to use them for nested definitions. Structures are hard because I do not know of a way to list all available fields of a structure, when it is created on the fly (which I do not know how to do). I'd appreciate if you can suggest a forth-way of dealing with the task.

Thanks!

--
Sergey

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • [bigforth] an advise on loading hdf files needed Sergey M Plis