D - zlib for D
- Walter (2/2) Jan 28 2002 Anyone interested in doing a port?
- Sean L. Palmer (4/6) Jan 29 2002 Does it have to be a port or can it be a wrapper?
- Walter (9/16) Jan 29 2002 On the one hand, a wrapper is quick & easy, and it's compatible with fut...
- Ruslanas Abdrachimovas (4/32) Jan 30 2002 How You think, should it ported "directly" (structured programming) or
- Walter (6/38) Jan 30 2002 I'll let whoever wants to do it make that decision!
- Pavel Minayev (3/4) Jan 31 2002 I'll give it a try.
Anyone interested in doing a port? http://www.gzip.org/zlib/
Jan 28 2002
Does it have to be a port or can it be a wrapper? Sean "Walter" <walter digitalmars.com> wrote in message news:a349bc$19e6$1 digitaldaemon.com...Anyone interested in doing a port? http://www.gzip.org/zlib/
Jan 29 2002
On the one hand, a wrapper is quick & easy, and it's compatible with future revisions to zlib. On the other hand, zlib has been stable for years and seems unlikely to change. A port would show that D is capable of efficiently compiling it (unlike, say, the Java zlib wrapper which relies on a DLL written in C). I did a port of regexp rather than a wrapper for just that reason. A port will also expose any weaknesses in D that I need to fix. -Walter "Sean L. Palmer" <spalmer iname.com> wrote in message news:a35on5$264e$1 digitaldaemon.com...Does it have to be a port or can it be a wrapper? Sean "Walter" <walter digitalmars.com> wrote in message news:a349bc$19e6$1 digitaldaemon.com...Anyone interested in doing a port? http://www.gzip.org/zlib/
Jan 29 2002
How You think, should it ported "directly" (structured programming) or converted to OO concepts. Ruslanas Walter wrote:On the one hand, a wrapper is quick & easy, and it's compatible with future revisions to zlib. On the other hand, zlib has been stable for years and seems unlikely to change. A port would show that D is capable of efficiently compiling it (unlike, say, the Java zlib wrapper which relies on a DLL written in C). I did a port of regexp rather than a wrapper for just that reason. A port will also expose any weaknesses in D that I need to fix. -Walter "Sean L. Palmer" <spalmer iname.com> wrote in message news:a35on5$264e$1 digitaldaemon.com...Does it have to be a port or can it be a wrapper? Sean "Walter" <walter digitalmars.com> wrote in message news:a349bc$19e6$1 digitaldaemon.com...Anyone interested in doing a port? http://www.gzip.org/zlib/
Jan 30 2002
I'll let whoever wants to do it make that decision! "Ruslanas Abdrachimovas" <anubis 03bar.ktu.lt> wrote in message news:3C57B552.7050008 03bar.ktu.lt...How You think, should it ported "directly" (structured programming) or converted to OO concepts. Ruslanas Walter wrote:futureOn the one hand, a wrapper is quick & easy, and it's compatible withefficientlyrevisions to zlib. On the other hand, zlib has been stable for years and seems unlikely to change. A port would show that D is capable ofthatcompiling it (unlike, say, the Java zlib wrapper which relies on a DLL written in C). I did a port of regexp rather than a wrapper for justreason. A port will also expose any weaknesses in D that I need to fix. -Walter "Sean L. Palmer" <spalmer iname.com> wrote in message news:a35on5$264e$1 digitaldaemon.com...Does it have to be a port or can it be a wrapper? Sean "Walter" <walter digitalmars.com> wrote in message news:a349bc$19e6$1 digitaldaemon.com...Anyone interested in doing a port? http://www.gzip.org/zlib/
Jan 30 2002
"Walter" <walter digitalmars.com> wrote in message news:a39hth$1nnr$1 digitaldaemon.com...I'll let whoever wants to do it make that decision!I'll give it a try.
Jan 31 2002