-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 7/3/10 08:01 , Bulat Ziganshin wrote: > so, the main catch for C part were OS-specific calls like > GetPhysicalMemory - i spent lot of time reading mans. for Haskell > part, main changes were about default directories
Even without libraries, if you're writing in C it's really easy to get tripped up by different sizes of variables (is "long" 4 bytes or 8? How about "int"? Does the compiler need an option or pragma for "long long" to work? Are you secretly depending on pointers being the same size as a particular type?) - -- brandon s. allbery [linux,solaris,freebsd,perl] [email protected] system administrator [openafs,heimdal,too many hats] [email protected] electrical and computer engineering, carnegie mellon university KF8NH -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwvYmgACgkQIn7hlCsL25V/LACfaCh/CEjrdv82Mf5k6ReSjNHH XbMAn1svrJ9Ico/zLr5UCxVVfASEHOFM =hYPQ -----END PGP SIGNATURE----- _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
