Download elastiC |
If you are brave enough, you can try the development versions !.
(Actually in most cases development versions are quite stable, and usually offer much more features.)
Beta release 0.0.35 of elastiC is available now.
Your suggestions and bug reports will be highly appreciated.
Extension writers should give a look at the FFI module.
We have a gdk/gtk module too ! Download it now !
If you want to quickly generate elastiC bindings for C
libraries, try SWIG for elastiC (you'll need also SWIG 1.1p5).
And don't forget to give a look at the inet module: easy
networking for elastiC. Among its features, transparent network
access trough normal file module and HTTP geturl.
We also have a template for dynamically loadable modules written
in C: the skeleton module.
If you are going to write parsers in elastiC, look at
byacc-ec, a version of Berkeley Yacc that is capable of
emitting both C parsers and pure elastiC object-oriented parsers.
For an example of how to embed elastiC in your own C program, look
at embed-0.1.tar.gz
You can consult the complete ChangeLog.
The original version of libffi is available on the libffi home page