This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DHARMI project


>   The aim of this project is to create a language that is well suited to
> writing scientific models,  and hooking them up like tinker-toys.  The
> hooking up can done via command line (included in every programs'
> interface) or  visually via drag and drop.  I do not intend for this
> project to rely on the GUI,  but  I still want it to have a rather nifty
> one.
> 
> It is called DHARMI (Data Habitat And Rapid Modelling Infrastructure)
> and can be found at http://www.erols.com/panda/

Maybe it would be possible to extend the ptolemy system for these
purposes.  It allows you to build scientific applications out of building
blocks and combine them in a CAD-like editor. It is also possible
to define a model in a tcl script. Building blocks can be implemented
in either C++ or Java. IMO it shouldn't be difficult to add guile as another
implementation or modeling language.

Ptolemy is a very big system and it's very nice.
And it's free software.

See http://ptolemy.eecs.berkeley.edu/