|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] Improvement on FIO∆socket |
Date: | Fri, 17 Apr 2015 19:47:59 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
Hi, there are 2 reasons for using numbers: 1. the socket() function has integer arguments, see 'man socket' 2. Since APL nas no #define facility, names would be strings and those would cause unneccessary computational overhead. And the names would be more readable but proprietary. And often one function returns an integer that is then used by another function. Having an intermediate string representation of these integers is cumbersome and difficult to maintain. /// Jürgen On 04/17/2015 05:13 AM, Christian
Robert wrote:
If this ok for you it's ok for me too. |
[Prev in Thread] | Current Thread | [Next in Thread] |