muesli - Summary
This group is not part of the GNU Project.
The library `Muesli' allows your program to call any one of a number of programming language interpreters through a consistent interface, such that you can choose the language to use at run-time.
It can be used anywhere where you want to use a scripting language but don't want to be restricted to any particular scripting language.
It lets you find evaluators for programming languages (specified by name or by filename extension) and apply those evaluators to pieces of text, retrieving the results as numbers, strings or booleans. (Arrays, lists and maps are not yet supported, but probably should be in later versions.)
Muesli is a C library, so it should be possible to link it with programs written in a variety of languages.
Registration Date: Tue 02 Feb 2010 06:15:31 PM UTC
License: GNU General Public License v3 or later
Development Status: 3 - Alpha
posted by johnsturdy, Wed 03 Mar 2010 05:16:43 PM UTC
All the files are now on the server, mailing lists are initialized, etc. I'm tidying a couple of things up before starting to publicize the project.
- Browse open items
Submit a new item
Powered by Savane 3.14-1244.
Corresponding source code