Saturation arithmetic – Wikipedia, the free encyclopedia

Saturation arithmetic for integers has also been implemented in software for a number of programming languages including C, C++, and Eiffel.

Sorgente: Saturation arithmetic – Wikipedia, the free encyclopedia

Oh, I almost forgot that. Such a library was conceived by Geoff 24 who gave up using Eiffel in Mar 2003 telling us that

Those looking for similar information to what was found here, please click through to cetus links.

But also cetus links went offline. His work (elj) is still online on sourceforge. It’s better I grab it now before it goes offline even here. Oh, cvs. How long!

It triggered an nostalgia tour in places like the blog teameiffel.

Now I shall return to reality with a bag full of subtle hints on errors to avoid well planted in my subconscious.

 

JavaScript + Other Languages

JavaScript+OtherLanguages

Those slides JavaScript + Other Languages are really useful to implement an eventual Eiffel to JavaScript compiler.

Well, actually it should be called transcompiler….

We could just feed the C files made by current Liberty compiler but it seems to me that passing throught C which is a procedural language like C could easily makes things quite beefier as an Eiffel compiler usually translate all the nifty niceries of Eiffel into low-level C code which could be quite cryptic.