Ember is a C styled scripting language that can be used in many ways. It is a capable stand-alone language and can be used to quckly develop stand-alone applications. It can be embedded within an HTML document for creating dynamic content. Lastly, it can be embedded in other applications (callable from C, etc.) to provide scripting capabilities to the application.
| Tags | Software Development |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix |
Recent releases


Release Notes: This release resolves many issues associated with precompiled libraries and the parser in general. It is recommended that all users upgrade to this release.


Release Notes: Support for passing an array of data between Web pages has been fixed. Also, initialisation of the standard I/O module has been fixed, including the setup of stdio file descriptors (such as $stdin).


Release Notes: Fixes for a few simple portability issues, and improved clarity of some of the documentation.