Re: D2 port of Sociomantic CDGC available for early experiments

2014-10-16 Thread thedeemon via Digitalmars-d-announce
Gentlemen, do I understand correctly that you're trying to find a Windows-friendly switch to something that will never see the light on Windows (because of being based on fork)?

Mono-D v2.5 - dub buildTypes

2014-10-16 Thread Alexander Bothe via Digitalmars-d-announce
Hi everyone, just gave the second drop down box in Xamarin Studio a use: Selection of build types for dub projects. Furthermore, please don't rage silently somewhere - tell me about issues with Mono-D on github or in #d.mono-d on freenode! http://wiki.dlang.org/Mono-D https://github.com/aBo

Re: D2 port of Sociomantic CDGC available for early experiments

2014-10-16 Thread Leandro Lucarella via Digitalmars-d-announce
Regan Heath, el 14 de October a las 11:11 me escribiste: > >I still don't understand why wouldn't we use environment variables for > >what they've been created for, it's foolish :-) > > As mentioned this is not a very windows friendly/like solution. As mentioned you don't have to use a unique cro

Re: D2 port of Sociomantic CDGC available for early experiments

2014-10-16 Thread Leandro Lucarella via Digitalmars-d-announce
Dylan Knutson, el 16 de October a las 08:10 me escribiste: > >Wouldn't it be more generally useful to have another function like > >main() called init() which if present (optional) is called > >before/during initialisation. It would be passed the command line > >arguments. Then a program can chos

Re: D2 port of Sociomantic CDGC available for early experiments

2014-10-16 Thread Ben Boeckel via Digitalmars-d-announce
On Thu, Oct 16, 2014 at 22:12:05 +0300, ketmar via Digitalmars-d-announce wrote: > it's good, but it isn't modifiable. so programmer must manually ignore > gc-related args. There's what Haskell (or at least GHC) does: ./my-haskell-program +RTS --runtime-arg1 --runtime-arg2 -RTS --program-arg1

CUDA bindings

2014-10-16 Thread ponce via Digitalmars-d-announce
Dear D users, I'd like to announce DerelictCUDA, dynamic bindings to the CUDA library. https://github.com/derelictorg/derelictcuda For now, only the CUDA Driver API is exposed, providing most of the warp control. For a visual explanation of the different APIs in CUDA, see http://stackoverf

Re: D2 port of Sociomantic CDGC available for early experiments

2014-10-16 Thread ketmar via Digitalmars-d-announce
On Thu, 16 Oct 2014 13:54:25 + Sean Kelly via Digitalmars-d-announce wrote: > >> I'm sure there's a cross platform way to retrieve them without > >> bring passed them directly > > there isn't. > Runtime.args? it's good, but it isn't modifiable. so programmer must manually ignore gc-related

Re: D2 port of Sociomantic CDGC available for early experiments

2014-10-16 Thread Regan Heath via Digitalmars-d-announce
On Thu, 16 Oct 2014 09:10:38 +0100, Dylan Knutson wrote: Wouldn't it be more generally useful to have another function like main() called init() which if present (optional) is called before/during initialisation. It would be passed the command line arguments. Then a program can cho

Re: D2 port of Sociomantic CDGC available for early experiments

2014-10-16 Thread Sean Kelly via Digitalmars-d-announce
On Thursday, 16 October 2014 at 10:56:49 UTC, ketmar via Digitalmars-d-announce wrote: On Thu, 16 Oct 2014 08:10:38 + Dylan Knutson via Digitalmars-d-announce wrote: I'm sure there's a cross platform way to retrieve them without bring passed them directly there isn't. Runtime.args?

Re: D2 port of Sociomantic CDGC available for early experiments

2014-10-16 Thread ketmar via Digitalmars-d-announce
On Thu, 16 Oct 2014 08:10:38 + Dylan Knutson via Digitalmars-d-announce wrote: > I'm sure there's a cross platform way to retrieve > them without bring passed them directly there isn't. signature.asc Description: PGP signature

Re: D2 port of Sociomantic CDGC available for early experiments

2014-10-16 Thread Dylan Knutson via Digitalmars-d-announce
Wouldn't it be more generally useful to have another function like main() called init() which if present (optional) is called before/during initialisation. It would be passed the command line arguments. Then a program can chose to implement it, and can use it to configure the GC in any ma