Coder's Guild Mailing List

Re: Re: Assembly

Posted by Dario Silva on 1999-08-21

>Date: Mon, 16 Aug 1999 15:46:21 -0400
>From: Eian <ecounts@xxxx.xxx>
>Subject: Re: Assembly
>
>Instead of "Which language is the best?" the question should be "Which
>language is the best for task X?". And even then, there will be several
answers. ;)
>
>Eian

    Let I be an interpretation, D its domain and P and C two predicates:
    D = tasks
    P(x) = "x is tasks that can be implemented in a computer"
    C(x) = "x is a task that is best implemented in C"

    Then...
            Vx, P(x) -> C(x)    is a tautology under I.

    (kidding with predicate calculus)

    Note: V means "for all", I didn´t find the symbol  ;)

       Darío.