Re: Go: A new system programing language

2009-11-12 Thread Pablo Ripolles
Bill Baxter Wrote: On Wed, Nov 11, 2009 at 2:05 PM, Michel Fortin michel.for...@michelf.com wrote: On 2009-11-11 10:57:20 -0500, Robert Jacques sandf...@jhu.edu said:  * Uses '+' for concatenation Yeh, I was disappointed by that too. That's what I dislike the most about it. I quite

Re: dmd 1.051 and 2.036 release

2009-11-08 Thread Pablo Ripolles
Walter Bright Wrote: http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.036.zip I've noticed that the dmd2/src/druntime/doc/ folder that was on 035 is now gone! is that an expected deletion? Walter, thanks again!

Re: Size does matter: TDPL reaches the size of Modern C++ Design

2009-11-01 Thread Pablo Ripolles
Andrei Alexandrescu Wrote: Modern C++ Design has 323 pages including index. I'm glad to report that just about now TDPL has reached the same size. Let's hope the quality of TDPL is better! Follow TDPL progress in real-time at http://erdani.com. I wish I could mark this anniversary

Re: dmd 1.050 and 2.035 release

2009-10-27 Thread Pablo Ripolles
Walter Bright Wrote: Pablo Ripolles wrote: Can we expect this to work on Mac OS X version 10.5 still? Yes. All right! however in MacOSX 1.5 I've observed the following which doesn't happens in linux: I have a module named file.d and I have a main program named main.d. The module

Re: dmd 1.050 and 2.035 release

2009-10-26 Thread Pablo Ripolles
Walter Bright Wrote: The main purpose of this is to correct a couple of regressions that were blocking QtD and Tango. http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.050.zip http://www.digitalmars.com/d/2.0/changelog.html

Re: proposed syntax change

2009-08-08 Thread Pablo Ripolles
Lars T. Kyllingstad Wrote: Don wrote: The operator which is REALLY missing is exponentiation. I've been really missing that one. Which operators could be used for exponentiation? I've only ever seen a**b and a^b used, but I think those are out of the question for D. -Lars Why

Re: proposed syntax change

2009-08-08 Thread Pablo Ripolles
Pablo Ripolles Wrote: Lars T. Kyllingstad Wrote: Don wrote: The operator which is REALLY missing is exponentiation. I've been really missing that one. Which operators could be used for exponentiation? I've only ever seen a**b and a^b used, but I think those are out

Re: Descent with compile-time debug for testing

2009-06-01 Thread Pablo Ripolles
I do not why but every time I install Descent into my Eclipse 3.4.2 on MacOSX, on the exit (quiting eclipse) it gives me a JavaNullPointer error... it's a pity. Cheers! Ary Borenszweig Wrote: Hi! I just uploaded a new test version of Descent (0.5.6) with the new compile-time debugging

Re: Descent with compile-time debug for testing

2009-06-01 Thread Pablo Ripolles
Borenszweig Wrote: Pablo Ripolles escribió: I do not why but every time I install Descent into my Eclipse 3.4.2 on MacOSX, on the exit (quiting eclipse) it gives me a JavaNullPointer error... it's a pity. Cheers! And what's on the Error Log?

Re: Descent with compile-time debug for testing

2009-06-01 Thread Pablo Ripolles
and it should be fixed. Please tell me if this happened and you had at least one D project in the workspace... Pablo Ripolles wrote: OK there you go! Let's see if this helps. Thanks! BCS Wrote: Reply to Pablo, Hello, just before it closes there appears a window

Re: Numpy Random Number Generators

2009-05-01 Thread Pablo Ripolles
dsimcha Wrote: == Quote from Andrei Alexandrescu (seewebsiteforem...@erdani.org)'s article dsimcha wrote: I've ported a large portion of the Numpy random number generation library to D. (I excluded the uniform random number generators because Phobos and Tango already have

Re: DMD 1.037 and 2.020 releases

2008-12-01 Thread Pablo Ripolles
Walter Bright Wrote: Pablo Ripolles wrote: I've been following the same procedure (mutatis mutandi) with versions 2.020 and 2.019, only the latter worked. Clearly there must be some issue related with the druntime lib which I am missing in the installation procedure. Any idea? I

Re: DMD 1.037 and 2.020 releases

2008-11-30 Thread Pablo Ripolles
I've been following the same procedure (mutatis mutandi) with versions 2.020 and 2.019, only the latter worked. Clearly there must be some issue related with the druntime lib which I am missing in the installation procedure. Any idea? Cheers! Pablo Ripolles Wrote: Hello, did anybody

Re: DMD 1.037 and 2.020 releases

2008-11-29 Thread Pablo Ripolles
Hello, did anybody installed DMD 2.021 successfully in GNU/Linux? I get lots of similar errors such as the following, whenever I try to build a plain hello world. /usr/local/lib/phobos/std/c/stdio.d(200): Error: identifier 'va_list' is not defined /usr/local/lib/phobos/std/c/stdio.d(200):