• [^] # Re: Je tiendrai jusqu'à demain

    Posté par . En réponse au journal Mono pour Android en version 1.0. Évalué à 2.

    Je vois pas ce que vala pourrait violer, sauf à interdire à des gens d'écrire ...

    http://linuxpatents.blogspot.com/2010/05/language-envy.html

    Tiré du blogpost :

    A quick look through the patent system reveals Vala is infringing happily left and right on Microsoft property. Let us see what our Google-fu renders:
    A visual development system is described which provide "method pointers" allowing a developer/user to achieve delegation between objects programmatically as well as visually. Delegation "binds" an event source with an event handler. This binding is directly supported within the programming of the system.
    The Vala Tutorial:
    Delegates represent methods, allowing chunks of code to be passed around like objects.

    Donc ce que ce "brevet" couvre :

    typedef void (*delegatetype)(int);
    void apply(delegatetype d, int p) {
     (*d)(p);
    }
    
    (c'est du C)

    C'est une blague ? T'en as beaucoup d'autres des brevets aussi "novateurs" ?