eddic 1.2.3 – Better data-flow analysis

eddic Logo

I finally finished the version 1.2.3 of eddic. I have been quite busy finishing my master thesis in february and then taking some vacations in United States, so this version came later than I wanted. The main change is about the speed of the data-flow optimizations. I refactored a lot the data-flow to make it [...]



eddic 1.2.2 – Performances, improved optimizations and additions to standard library

eddic Logo

These last weeks, I had more work than expected with my Master thesis so it took me longer to finish this new version of eddic. Moreover, I included more stuff than I though in this version. Anyway, I’m happy to announce the version 1.2.2 of eddic. It is a minor version regarding the language itself. [...]



eddic 1.2.1 – string, concatenation and vector

eddic Logo

Before preparing myself for New Year’s Eve, I decided to finish eddic 1.2.1, and it’s done ! This version is a small one, but add several improvements to the language and to the standard library. Many bugs have been fixed especially in the support of dynamic arrays and structures. The first important change is that [...]



eddic 1.2.0 – Single inheritance, copy construction

eddic Logo

I’m happy to release the version 1.2.0 of the EDDI Compiler (eddic). This new version introduces several major changes to the language. First of all, structures can now inherits from another structure. When it is done, the structure can use the members of the parent class. Below is an example of single inheritance in EDDI: [...]



Packt Publishing celebrates its 1000th IT Book !

Packt Publishing Logo

Packt Publishing is about to publish its 1000th title, on the 30th of September, 2012. Packt published their first book in April 2004. They now have a lot of books on about every subject from web development to IT architecture, games to e-commerce. Their books are known for their high quality. For this occasion, they [...]



EDDI Compiler 1.1.1 – Dynamic Memory Allocation and Constructors/Destructors

eddic Logo

As I’m in holiday, the work is going pretty fast. The version 1.1.1 of the EDDI Compiler (eddic) is available. This version introduces two major changes. The first is the support of dynamic memory allocation. You can allocate a struct or a standard type in help using the new operator. The memory can be released using the delete operator. Another [...]



EDDI Compiler 1.0.3 – Inlining and register allocation

eddic Logo

The version 1.0.3 of the EDDI Compiler (eddic) is available. The only improvement to the language is that the size of a global array can now be defined using a constant global variable. The main improvement of this version is the addition of inlining in the optimization engine. This optimization replace a call to a function by the body [...]



taskwarrior-php 0.1 : A simple PHP Frontend for Taskwarrior

Taskwarrior Logo

I released the version 0.1 of taskwarrior-php. This project is a simple PHP Frontend for Taskwarrior. For now, the frontend is quite basic. All the tasks are displayed and sorted by projects. The completion of each project is also computed. You can also insert a new task. For now, only the project and the description [...]



The site is now running WordPress 3.4

Wordpress Logo

I just updated the site to run WordPress 3.4 Normally, you should see any differences as most of the new features of this version are in the admin side, but if you see something that doesn’t work, don’t hesitate to contact me.



Install Cinnamon in Linux Mint – A forked Gnome Shell

Linux Mint Logo

In the last Linux Mint version (12), the developers have introduced a set of extensions to the Gnome Shell, Mint Gnome Shell Extensions (MGSE). But, plugins can’t do everything the developers want. So they forked Gnome Shell and started building their own shell : Cinnamon. At the time of writing, the appearance of this new [...]