D programming language IRC library - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T00:38:07Z http://stackoverflow.com/feeds/question/557300 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/557300/d-programming-language-irc-library 1 D programming language IRC library crackpod 2009-02-17T15:18:28Z 2009-02-17T15:48:25Z <p>Hey, I'm searching for a D IRC library. Yes I know there is <a href="http://www.dprogramming.com/dirclib.php" rel="nofollow">dirclib</a>, but this one unfortunately doesn't seem to be compatible with version 1 or 2 of the language (anymore). When I try to use it with the 2.014 alpha for Ubuntu it throws several errors.</p> <p>Do you've got any ideas/advises?</p> http://stackoverflow.com/questions/557300/d-programming-language-irc-library/557463#557463 4 Answer by dsimcha for D programming language IRC library dsimcha 2009-02-17T15:48:25Z 2009-02-17T15:48:25Z <p>As a general statement, D2 is bleeding edge and therefore library support for it is very poor. Most libraries out there work with D1 and maybe have versions in testing for D2. If you want to use D for something that requires complex infrastructure like libraries and tools, I'd stick with D1 for now because the language spec has been reasonably stable for a while. dirclib apparently is a D1 lib, since it works with Tango, which is not ported to D2 yet. If you can try the latest D1 compiler (1.040) and be more specific about what doesn't work, I might be able to provide more advice.</p> <p>Also, if you're going to use D2, the downloads page is way out of date. The latest version is 2.025, not 2.014, and can be found at ftp://ftp.digitalmars.com/.</p>