[Haskell] Announce: FieldTrip library (functional 3D) and mailing list

2008-11-09 Thread Conal Elliott
FieldTrip [1] is a library for functional 3D graphics. It is intended for building static, animated, and interactive 3D geometry, efficient enough for real-time synthesis and display. Since FieldTrip is functional, one describes what models are, not how to render them (being rather than doing).

Re: [Haskell] Announce: Reactive library (FRP) and mailing list

2008-11-09 Thread Don Stewart
conal: >Reactive [1] is a library for functional reactive programming (FRP), >similar to the original Fran [2] but with a more modern interface (using >standard type classes) and a hybrid push/pull implementation. It is >designed to be used in a variety of contexts, such as interac

[Haskell] Announce: Reactive library (FRP) and mailing list

2008-11-09 Thread Conal Elliott
Reactive [1] is a library for functional reactive programming (FRP), similar to the original Fran [2] but with a more modern interface (using standard type classes) and a hybrid push/pull implementation. It is designed to be used in a variety of contexts, such as interactive 2D and 3D graphics, gr