writing library in D for Linux and other OSes

2013-02-14 Thread mrkafk
Hello, D (complete) newbie here. Being sick of C/C++ I would like to write my next library in D lang. It seems that wrting Win DLL is easy or perhaps workable at least (http://dlang.org/dll.html ), but what about other OSes, Linux at least? And iOS + OS X? Specifically, I need to write libr

Re: writing library in D for Linux and other OSes

2013-02-19 Thread mrkafk
Another issue is GC: can I use D's garbage collection (realtime-like performance is not necessary for my needs) in the library and it will "just work" in say Python code? Or not? Hard to say, it depends on the implementation of your language's interpreter and might break at some point (preci

PyD forum?

2013-02-19 Thread mrkafk
First I apologize for bringing this topic up here, because that's obviously not quite correct forum - but can't find info anywhere else.. Is there any active forum/mailing list for PyD? This seems to have been abandoned: http://dsource.org/forums/viewforum.php?f=95 But bitbucket repo for