← Back to team overview

fenics team mailing list archive

New project?

 

I suggest that we add Instant as a new FEniCS project:

    http://pyinstant.sf.net/

This project was discussed briefly in Delft. For those who missed the
introduction, Instant is a simple tool for inlining C/C++ in Python.
Here's an example:

  >> from instant import inline
  >> f = inline("double f(double x, double y) { return x+y; }")
  >> f(2, 3)
  >> 5

We currently have something similar in PyDOLFIN but could use Instant
instead.

Any objections?

/Anders


Follow ups