== Quote from Walter Bright (newshou...@digitalmars.com)'s article > For anyone looking for an easy, but valuable, contribution to D, > take a look at the go runtime library. > > There's a lot in there we could use in the D library: > > http://golang.org/pkg/ > > The library is licensed under the > http://creativecommons.org/licenses/by/3.0/ > meaning we can adapt it to D.
I don't want to rain on your parade, but attribution could be an issue. (I'm not sure where the license is for the library, so that text I found may only apply to the compiler.) >From http://golang.org/LICENSE: // Copyright (c) 2009 The Go Authors. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // * Redistributions in binary form must reproduce the above // copyright notice, this list of conditions and the following disclaimer // in the documentation and/or other materials provided with the // distribution. jcc7