Re: Descent 0.5.3 released

2009-01-20 Thread Trass3r
I'm not sure you want to see that, heh. I think I'll stick with the hover over a symbol to see it's compile-time representation solution... Cool, didn't know scope was just syntactic sugar for such a construct. Well the question is what the output looks like for a test scenario that is more

Re: Descent 0.5.3 released

2009-01-20 Thread Trass3r
btw how do you get these information? Do you directly use the dmd frontend source code?

Re: Descent 0.5.3 released

2009-01-20 Thread Ary Borenszweig
Trass3r wrote: btw how do you get these information? Do you directly use the dmd frontend source code? Descent has a port of DMD's frontend code to Java. It also implements the visitor pattern in the provided AST, so it can output it as text.

Re: Descent 0.5.3 released

2009-01-20 Thread Ary Borenszweig
Ary Borenszweig wrote: Trass3r wrote: btw how do you get these information? Do you directly use the dmd frontend source code? Descent has a port of DMD's frontend code to Java. It also implements the visitor pattern in the provided AST, so it can output it as text. Ummm... So I apply the

Re: Descent 0.5.3 released

2009-01-20 Thread Trass3r
Ary Borenszweig schrieb: Trass3r wrote: btw how do you get these information? Do you directly use the dmd frontend source code? Descent has a port of DMD's frontend code to Java. It also implements the visitor pattern in the provided AST, so it can output it as text. Yeah I thought so.

Re: Descent 0.5.3 released

2009-01-20 Thread Robert Fraser
Ary Borenszweig wrote: Trass3r wrote: Ary Borenszweig schrieb: I think this point is pretty feasible. I can probably implement it as a view. The only problem is that if I do that, I'll also have to show the optimized version of the code (which might be very interesting). So if you have:

Re: Descent 0.5.3 released

2009-01-20 Thread BCS
Reply to Robert, That doesn't look entirely useless, especially for optimization. Perhaps hard to read, but easier than reading the assembly output ;-P! ditto; now that you have it might as well make it available.

Re: Descent 0.5.3 released

2009-01-20 Thread Ary Borenszweig
BCS wrote: Reply to Robert, That doesn't look entirely useless, especially for optimization. Perhaps hard to read, but easier than reading the assembly output ;-P! ditto; now that you have it might as well make it available. Ok, I'll work on it. :-)

Introduction to ArcLib Updated...

2009-01-20 Thread Clay Smith
Learn the premise of ArcLib and how to write 'hello world!' http://dmedia.dprogramming.com/?n=Tutorials.ArcIntro Stay tuned for the next seven :p ~ Clay

Re: Introduction to ArcLib Updated...

2009-01-20 Thread Clay Smith
Clay Smith wrote: Clay Smith wrote: Learn the premise of ArcLib and how to write 'hello world!' http://dmedia.dprogramming.com/?n=Tutorials.ArcIntro Stay tuned for the next seven :p ~ Clay Reddit link:

Re: Introduction to ArcLib Updated...

2009-01-20 Thread Clay Smith
Bill Baxter wrote: On Wed, Jan 21, 2009 at 11:20 AM, Clay Smith clayasau...@gmail.com wrote: Clay Smith wrote: Clay Smith wrote: Learn the premise of ArcLib and how to write 'hello world!' http://dmedia.dprogramming.com/?n=Tutorials.ArcIntro Stay tuned for the next seven :p ~ Clay Reddit

Re: Introduction to ArcLib Updated...

2009-01-20 Thread Denis Koroskin
On Wed, 21 Jan 2009 07:46:04 +0300, Jarrett Billingsley jarrett.billings...@gmail.com wrote: On Tue, Jan 20, 2009 at 10:11 PM, Clay Smith clayasau...@gmail.com wrote: Thanks for the suggestion. http://svn.dsource.org/projects/arclib/downloads/screenshots/arc01_freeuniverse.jpg