Browse thread
designing Ocaml programs with a graphical modeling language ?
-
Stéphane_DUPRAT
-
Stéphane_DUPRAT
-
Jon Harrop
- Yoann Padioleau
- skaller
-
Jon Harrop
-
Stéphane_DUPRAT
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Yoann Padioleau <padator@w...> |
| Subject: | Re: [Caml-list] designing Ocaml programs with a graphical modeling language ? |
Jon Harrop <jon@ffconsultancy.com> writes: > On Thursday 25 January 2007 10:37, Stéphane DUPRAT wrote: >> ... >> As for me, I think that designing with a graphical modeling language >> could be profitable. I know "Visual Haskell", maybe it can helps http://ptolemy.eecs.berkeley.edu/~johnr/papers/visual.html > > I see. While I haven't seen any graphical modelling languages for FPLs, there > are tools to automate the visualisation of dependencies. I found them quite > useful (and fun!). > > I'd like some tools to plot OCaml call graphs and so on. You can run your program with profiling on and then use the callgraph generated by gprof and pass it into dot. > Also to find > exceptions that can propagate to the top level (I never got ocamlexn to > work). > > -- > Dr Jon D Harrop, Flying Frog Consultancy Ltd. > Objective CAML for Scientists > http://www.ffconsultancy.com/products/ocaml_for_scientists > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs