在 Sun, 25 Apr 2010 20:20:17 +0800,Masahiro Nakagawa
写道:
I release a serialization library for Phobos(D2).
Project repository: http://www.bitbucket.org/repeatedly/msgpack4d
MessagePack is a binary-based serialization spec.
See official site for details: http://msgpack.sourceforge.net/
Some a
在 Sun, 11 Apr 2010 05:03:53 +0800,Daniel Ribeiro Maciel
写道:
Heya ppl!
I've written a simple Compile Time (syntatic sugar mostly) and Run Time
reflection library for methods only.
It's not complete yet. I could not deal with certain issues in Run Time,
such as ref/out function arguments
在 Mon, 12 Oct 2009 09:07:49 +0800,#ponce 写道:
Hi,
We won another demo compo with a D entry (at MAIN demoparty)
http://www.pouet.net/prod.php?which=53942
We tried to make a bigger and more impressive entry this time. Note that
it's a french party so it's not Breakpoint.
D clearly allowed us
在 Mon, 31 Aug 2009 18:17:19 +0800,Nick Sabalausky 写道:
"div0" wrote in message
news:h7g75h$29s...@digitalmars.com...
Grzegorz Adam Hankiewicz wrote:
PD: The menu on your website seems impossible to use with latest
versions of Safari or Firefox. I had to use the superior elinks
browser.
He
在 Mon, 31 Aug 2009 06:38:23 +0800,div0 写道:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A port of boost::spirit (classic) to D.
For d1/d2:
http://www.sstk.co.uk/spiritd.php
- --
My enormous talent is exceeded only by my outrageous laziness.
http://www.ssTk.co.uk
-BEGIN PGP SIGNATURE
在 Sat, 25 Apr 2009 23:40:03 +0800,dsimcha 写道:
== Quote from dsimcha (dsim...@yahoo.com)'s article
== Quote from Simen Kjaeraas (simen.kja...@gmail.com)'s article
> dsimcha wrote:
> > RangeExtra version 10^-20 is officially out. It consists of a
small and
> > hopefully growing number of ran
在 Sat, 09 May 2009 16:27:39 +0800,Rainer Schuetze
写道:
Hi all,
cv2pdb is a converter of DMD CodeView debug information to PDB debug
format to make debugging of D applications that were created with the
DMD compiler, as seamless as possible in current versions of Visual
Studio (i.e Visua
在 Wed, 01 Apr 2009 17:13:45 +0800,Walter Bright
写道:
Max Samukha wrote:
Great! Does it mean opDot is deprecated?
Yes.
I wish opDot be changed to something else like the thing that I proposed
in my last reply.
在 Wed, 01 Apr 2009 16:43:57 +0800,Max Samukha
写道:
On Tue, 31 Mar 2009 22:21:59 -0700, Walter Bright
wrote:
The large volume of bug fixes is because a lot of people contributed
patches. Thanks!
http://www.digitalmars.com/d/1.0/changelog.html
http://ftp.digitalmars.com/dmd.1.042.zip
http:
在 Mon, 23 Mar 2009 19:16:25 +0800,davidl 写道:
在 Mon, 23 Mar 2009 19:01:56 +0800,davidl 写道:
在 Mon, 23 Mar 2009 17:24:18 +0800,Frank Benoit
写道:
yidabu schrieb:
On Sun, 22 Mar 2009 10:38:54 +0100
Frank Benoit wrote:
yidabu schrieb:
how to building lib file on Windows?
Run Rake, obj
在 Mon, 23 Mar 2009 19:01:56 +0800,davidl 写道:
在 Mon, 23 Mar 2009 17:24:18 +0800,Frank Benoit
写道:
yidabu schrieb:
On Sun, 22 Mar 2009 10:38:54 +0100
Frank Benoit wrote:
yidabu schrieb:
how to building lib file on Windows?
Run Rake, obj fiels generated, Should I to run "lib a.obj
在 Mon, 23 Mar 2009 17:24:18 +0800,Frank Benoit
写道:
yidabu schrieb:
On Sun, 22 Mar 2009 10:38:54 +0100
Frank Benoit wrote:
yidabu schrieb:
how to building lib file on Windows?
Run Rake, obj fiels generated, Should I to run "lib a.obj b.obj "
to generated dwt2.lib?
Building libs a
在 Mon, 23 Mar 2009 17:24:18 +0800,Frank Benoit
写道:
yidabu schrieb:
On Sun, 22 Mar 2009 10:38:54 +0100
Frank Benoit wrote:
yidabu schrieb:
how to building lib file on Windows?
Run Rake, obj fiels generated, Should I to run "lib a.obj b.obj "
to generated dwt2.lib?
Building libs a
在 Sat, 13 Dec 2008 23:05:03 +0800,Jarrett Billingsley
写道:
> On Wed, Dec 10, 2008 at 11:45 PM, Jarrett Billingsley
> wrote:
>>> I think if MiniD is able to do the syntax I proposed, I wouldn't have those
>>> bunch
>>> questions about foreach on a coroutine function.
>>> And People won't expect
在 Thu, 11 Dec 2008 12:45:19 +0800,Jarrett Billingsley <[EMAIL PROTECTED]> 写道:
> On Wed, Dec 10, 2008 at 10:21 PM, davidl <[EMAIL PROTECTED]> wrote:
>> That's not true. All about compiler is easeing developers. Why not issue a
>> compiler
>> error/
在 Wed, 10 Dec 2008 21:52:01 +0800,Jarrett Billingsley <[EMAIL PROTECTED]> 写道:
> On Wed, Dec 10, 2008 at 3:15 AM, davidl <[EMAIL PROTECTED]> wrote:
>> 在 Wed, 10 Dec 2008 13:52:18 +0800,Jarrett Billingsley <[EMAIL PROTECTED]> 写道:
>>
>> It's cool it coul
在 Wed, 10 Dec 2008 13:52:18 +0800,Jarrett Billingsley <[EMAIL PROTECTED]> 写道:
> On Wed, Dec 10, 2008 at 12:12 AM, davidl <[EMAIL PROTECTED]> wrote:
>>
>> I got an impression that a scripting lang coroutine is less expensive than a
>> function call? I guess cor
在 Tue, 09 Dec 2008 21:07:46 +0800,Jarrett Billingsley <[EMAIL PROTECTED]> 写道:
> On Tue, Dec 9, 2008 at 3:58 AM, davidl <[EMAIL PROTECTED]> wrote:
>> I've learned a bit minid today.
>>
>> I'm curious why foreach opApply don't use the yield instead of
I've learned a bit minid today.
I'm curious why foreach opApply don't use the yield instead of the current
implementation?
and another curious thing is how can I serialize/deserialize minid object in
minid?
any .tupleof for class available?
在 Mon, 08 Dec 2008 13:50:47 +0800,Jarrett Billingsley
在 Thu, 23 Oct 2008 21:55:19 +0800,Steven Schveighoffer <[EMAIL PROTECTED]> 写道:
> "davidl" wrote
>>? Thu, 23 Oct 2008 09:36:29 +0800,Steven Schveighoffer
>><[EMAIL PROTECTED]> ??:
>>
>>> "Andrei Alexandrescu" wrote
>>>
在 Thu, 23 Oct 2008 09:36:29 +0800,Steven Schveighoffer <[EMAIL PROTECTED]> 写道:
> "Andrei Alexandrescu" wrote
>> Correx:
>>
>> http://www.reddit.com/r/programming/comments/78rmc/allowing_unicode_operators_in_d_similarly_to/
>>
>> Andrei
>>
>
> No thanks. Please let's only use operators that are o
在 Thu, 23 Oct 2008 06:42:32 +0800,Andrei Alexandrescu <[EMAIL PROTECTED]> 写道:
> Correx:
>
> http://www.reddit.com/r/programming/comments/78rmc/allowing_unicode_operators_in_d_similarly_to/
>
> Andrei
>
> Andrei Alexandrescu wrote:
>> Please vote up before the haters take it down, and discuss:
>>
>
22 matches
Mail list logo