[Haskell-cafe] Elevator pitch for Haskell.
Bulat Ziganshin
bulat.ziganshin at gmail.com
Sat Sep 8 13:26:56 EDT 2007
Hello Andrew,
Saturday, September 8, 2007, 8:36:06 PM, you wrote:
> * Access the Windoze registry and play with COM stuff.
> * Get system-specific file information (protection bits, modification
> times, security information, etc.)
> * Query the OS. (How many CPUs? How much RAM? What is my IP address?)
getProcessorsCount = siNumberOfProcessors (unsafePerformIO getSystemInfo)
you definitely should look into Win32 library. even if it not
implements some things you need, you will get an idea how to do it
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list