Paolo Redaelli personal blog

Author: Paolo Redaelli

Big G or Big Brother?

 Google Criticized For ‘Opaque’ Audio-Listening Binary In Debian Chromium (source Slashdot): Debian, mother of Ubuntu, a major player in the software Libre world always required to have access to the sources of the programs they distribute1, especially in web-browsers. I’m not surprised to read this. I do not use proprietary browser for this very reason,…

A little too much

In a middle of typical morning I saw the battery of my smartphone quite lower than what I expected so I looked at power usage : Hey, wait a moment, I haven’t used Google Play Music! It must have been working under the wood: Dear Google, I understand that you strive to provide refined, responsive,…

Paolo Redaelli

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…

Link

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.