A project I started a few years ago (I could say completed but I got bored) I've recently revisited and just updated to use newer Eiffel syntax. It concerned itself with something not too often published uses for Eiffel, an API stack whose bottom layer interacts with low level system calls to manipulate hardware.
Blogs
Eiffel and a VFD

- paulbates's blog
- Login or register to post comments
- Read more


Eiffel on Haiku

A while ago I've heard about Haiku through an online Google Tech Talk. I was immediately captivated because Haiku is actually a clone of BeOS and I definitely remember the BeOS days. It was when Mac OS was not up to the task anymore and BeOS seemed a promising alternative.
Start using Eiffel Information System (EIS)
Posted April 17th, 2008 by Tao FengIn EiffelStudio 6.2, Eiffel Information System (EIS) will be introduced. The goal of EIS is to provide a unified mechanism for linking development objects — classes and features, or even targets and groups — of Eiffel systems with external information. This term refers to information other than Eiffel program texts.
Who invented font smoothing?

Facts
It's unlike me to complain (or maybe it's not, up to you to decide), but in the past few years it seems that software vendors have decided what was best for me and I really do not like this, especially when it affects 100% of the time I'm in front of my computer.CDD EiffelStudio Video available 
The CDD website is new and improved. Featuring more documentation and better installation instructions. Visit it at http://dev.eiffel.com/CddBranch
EiffelStudio 6.2 Highlight 
The EiffelStudio team is working hard to produce the next revision of EiffelStudio which should be available as planned around May 15th 2008. In the meantime, you can download the development version to try it out.
Happy Eiffeling,
The EiffelStudio Team
Eiffel, Sing# and Singularity

Eiffel gets a little mention in the influence of Spec# and Sing#, used in the authoring of Microsoft's Singularity research OS. Check out the mention on Ars Technica
Self Printing JavaScript Literals 
Are you ever sick of seeing Object get printed out when you try to output a variable to your console.
Inheriting comments

I don't know if you are like me but often when you redefine a feature, I used to copy/paste the comments so that I still know what the feature is supposed to do in english terms (in addition to the contracts of course). In 6.2, we are introducing a new facility so that in the editor and in the flat-view of the feature you do not have to do the copy/paste.