activepapers / activepapers-python

Python edition of ActivePapers
http://www.activepapers.org/python-edition/
Other
41 stars 11 forks source link

Support for codelets in other languages #9

Open khinsen opened 10 years ago

khinsen commented 10 years ago

There is no fundamental reason for limiting codelets to Python code. Each codelet has a language tag, allowing the ActivePapers infrastructure to select the right runtime for each of them.

An obvious first step would be the integration with the runtime of the JVM edition, which already exists. Other languages with good HDF5 support (R, Julia) are also obvious candidates.