dnet - a D compiler to target the CLR (.Net / Mono)

2009-12-20 Thread Tim Matthews
dnet. D frontend (dmd 2.036). CLR backend. It is in a very alpha like state and this is just a callout for developers to work on this compiler. Not for anyone intending to immediately target the CLR with D. Cristi Vlasceanu wrote most of the backend code but he was always finding

Re: dnet - a D compiler to target the CLR (.Net / Mono)

2009-12-20 Thread Tim Matthews
Sorry I forgot the link :) http://github.com/tim-m89/dnet

Re: dnet - a D compiler to target the CLR (.Net / Mono)

2009-12-20 Thread Tim Matthews
On 21/12/2009 7:08 p.m., Joel Christensen wrote: Is it like what these people are doing? http://dnet.codeplex.com/ That's Cristi Vlasceanu's original code. http://github.com/tim-m89/dnet is the fork I created. He has become overwhelmed with work issues and not being able to find the time to

Re: parallelFuture

2009-10-22 Thread Tim Matthews
dsimcha wrote: For now, parallelFuture was designed with a single producer, multiple worker model. Absolutely no attempt was made to allow for tasks running in the task pool to themselves submit jobs to the same task pool, because it would have made things more complicated and I couldn't

Re: parallelFuture

2009-10-21 Thread Tim Matthews
dsimcha wrote: I've created an alpha release of parallelFuture, a high-level parallelization library for D2. Right now, it has a task pool, futures, parallel foreach, and parallel map. Here's the (IMHO) coolest example: auto pool = new ThreadPool(); // Assuming we have a function isPrime(),

Re: dmd 1.046 and 2.031 releases

2009-07-06 Thread Tim Matthews
Walter Bright wrote: Daniel Keep wrote: Ooooh... looks very nice. Thanks again, Walter. :) Actually, a lot of people worked on this release, not just me. Incidentally, the links to Final Switch Statement and Case Range Statement in the changelog for 2.031 are broken. You quoted that but

Re: dmd 1.046 and 2.031 releases

2009-07-06 Thread Tim Matthews
grauzone wrote: Walter Bright wrote: のしいか (noshiika) wrote: Thank you for the great work, Walter and all the other contributors. But I am a bit disappointed with the CaseRangeStatement syntax. Why is it case 0: .. case 9: instead of case 0 .. 9: Or case [0..10]: ? Compatible to

Re: Diamond, a D Memory Debugger (and profiler) and thesis

2009-07-05 Thread Tim Matthews
Lutger wrote: Surely not, I'm still reading it too. Don't forget that but a small percentage of readers will actually post feedback! I read it and didn't post feedback but I did think it was actually a great read. If anyone else has a thesis I would be interested in reading those too.

Re: dmd installer now on dsource

2009-07-05 Thread Tim Matthews
Walter Bright wrote: http://www.dsource.org/projects/dmd-installer/browser/trunk Bug reports: http://d.puremagic.com/issues/query.cgi?format=advanced under installer. Thanks to: Cristi Vlasceanu - rpm version Jacob - osx version Ary Borenszweig - windows version Brad Anderson and Brad

Re: MiniD 2 - Might as well be done

2009-06-16 Thread Tim Matthews
Jarrett Billingsley wrote: What kind of performance, you ask? Well, almost every test I've run kicks the crap out of Python, and is more in the ballpark of Lua. The only tests that don't quite measure up are those which are GC-heavy. How does it compare to stackless python at doing the

Re: TDPL available for preorder on amazon.com

2009-06-10 Thread Tim Matthews
bearophile wrote: I'll probably write a review in my language when possible. What language would that be? Or do you mean your blog?

Re: TDPL available for preorder on amazon.com

2009-06-09 Thread Tim Matthews
Andrei Alexandrescu wrote: Hope you like the cover - my sister's art. http://tinyurl.com/lyrsyk Andrei Is that supposed to look like a D in that pic. I can kinda see the outline of a P though. Well done will buy.

Re: Juni

2009-06-02 Thread Tim Matthews
Knud Soerensen wrote: Hej John Undskyld, forsinkelsen med denne mail. Normalt er jeg optaget mandag aften. Derudover har jeg noget den 6 og 14 juni. Håber, vi kan find en dag at mødes. VH. Knud Ps.) Jeg kan ikke huske om den sidste klarsynsaften var den sidste før sommer ? Den står

Re: DCat V0.006 - JSON and revised TinyXML

2009-05-28 Thread Tim Matthews
Denis Koroskin wrote: On Thu, 28 May 2009 17:55:45 +0400, Steve Teale steve.te...@britseyeview.com wrote: I have posted a new zip file today - http://britseyeview.com/dcat/dcat0.006.zip. This has a JSON implementation and significant revisions to the TinyXML module. It will also run as

Re: dmd 1.043 alpha for FreeBSD 7.1

2009-04-06 Thread Tim Matthews
On Mon, 06 Apr 2009 12:07:38 +0200 grauzone n...@example.net wrote: Yay! But every time you give, we demand more. Where's dmd for 64 bit platforms? I use 64 bit freebsd too but thanks anyway.