La FAQ de fr.comp.lang.ada a bougé

March 5th, 2007 by Samuel Tardieu

Faute de temps, je ne peux plus maintenir seul la liste des questions fréquemment posées sur le groupe de discussion fr.comp.lang.ada et leurs réponses dont je m’occupe depuis des années. La FAQ est donc maintenant gérée collectivement sur Wiki Books.
Merci à Ludovic Brenta pour avoir pris en charge la migration.

ICFP Ada virtual machine

August 1st, 2006 by Samuel Tardieu

The ICFP contest of this year starts with the implementation of a virtual machine. While I didn’t participate to the contest itself, I wrote one in Python and rewrote another one in Ada for performance reasons. Here is its code, released in the public domain.

Forth interpreter and readline library in Ada

May 30th, 2006 by Samuel Tardieu

For the 2006 French robotics cup, I wrote two utility packages for GNAT, the GNU Ada compiler:

areadline: access the readline library from Ada;
aforth: embeddable Forth interpreter written in Ada (uses the areadline library).

I haven’t put a license file in them yet, but you can get them under the GNU General Public License version 2.


Creative Commons License