2010/1/29 Maurí­cio CA:

> Sorry if this looks weird, but do you know of experiences with
> functional programming, or "type programming", with C? Using macro
> tricks or just good specifications?
>

This is probably not what you're looking for, but it's related:
Single-Assignment C ("Functional Array Programming for High-Performance
Computing")

http://www.sac-home.org/

>From the website: "SaC is an array programming language predominantly suited
for application areas such as numerically intensive applications and signal
processing. Its distinctive feature is that it combines high-level program
specifications with runtime efficiency similar to that of hand-optimized
low-level specifications. Key to the optimization process that facilitates
these runtimes is the underlying functional model which also constitutes the
basis for implicit parallelization. This makes SaC ideally suited for
utilizing the full potential of modern CMP architectures such as multi-cores
or the Cell processor."

Regards,
Sean
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to