According to eiffelroom ISE has SQLite wrappers. Ok, the linked website (http://esqlite.origo.ethz.ch/) is down but it must be noted that Jocelyn Fiat wrote it almost seven years ago.
Eiffel
castxml or gccxml?
Debian Package castxml is not available in Debian stable so it’s wiser to stick to gccxml until Liberty Eiffel bell is released.
I can’t believe I started Sqlite wrappers TEN years ago…. Tempus fugit
I’m now beginning to realize the extention of my foolish git pulls. It will take some work to undo those that I shouldn’t have pulled.
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.
Write the Docs Helps Create FLOSS Software Documentation (Video) – Slashdot
http://m.slashdot.org/story/303819
Writing the docs is embedded in literate programming and should be the only natural way to do for a proper Eiffel programmer
Go flooding
https://github.com/leanote/leanote?files=1
Another interesting application written in Go.
It seems that an interoperability between Go and Eiffel could be desirable…
JavaScript + Other Languages
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.