Re: Goldie Parsing System v0.9 - Tools

2012-10-21 Thread Manfred Nowak
Nick Sabalausky wrote:

> or as an alternative to it.

After anout 6 hours I stopped `grmc' on trying to build a cgt. GOLD-
builder needed some minutes for this task and abount 1k states.

`staticlang' dropped itself on that cgt, because outofmemory on my 2GB 
box.

-manfred


Re: avgtime - Small D util for your everyday benchmarking needs

2012-03-25 Thread Manfred Nowak
Andrei Alexandrescu wrote:

> Wait, doesn't a benchmark always measure an algorithm with the same 
> input?

The fact that you formulate as a question indicates that you are unsure 
about the wright answer---me too, but

1)
surely one can define a benchmark to have this property. But if one 
uses this definition, the used input would belong to the benchmark as a 
description. I have never seen a description of a benchmark including 
the input, but because I am more interested in theory I may have simply 
missed such descriptions.

2)
if a probilistic algorithms is used, the meaning of input becomes 
unclear, because the state of the machine influences T.

3)
if a heuristic is used by the benchmarked algorithm, then a made up 
family of benchmarks can "prove" T= O(n*n) for quick sort.

-manfred 


Re: avgtime - Small D util for your everyday benchmarking needs

2012-03-23 Thread Manfred Nowak
Andrei Alexandrescu wrote:

> In the limit, taking the minimum over infinitely many 
> measurements of X would yield T.

True, if the thoretical variance of the distribution of T is close to 
zero. But horrible wrong, if T depends on an algorithm that is fast 
only under amortized analysis, because the worst case scenario will be 
hidden.

-manfred



Re: avgtime - Small D util for your everyday benchmarking needs

2012-03-22 Thread Manfred Nowak
Juan Manuel Cabo wrote:

> like the unix 'time' command

`version linux' is missing.

-manfred


Re: D port of dmd: Lexer, Parser, AND CodeGenerator fully operational

2012-03-07 Thread Manfred Nowak
Zach the Mystic wrote:

> Check it out:

Done. Congrats!

-manfred


Re: I wrote A starting guide for Newbies

2012-02-08 Thread Manfred Nowak
Yao Gomez wrote:

> My suggestion is that you should specify that your guide is about 
> tools an configuring those tools.

Looks like for the author (and many others) the IDE represents the 
language and the compiler is a tool for the IDE.

-manfred



Re: Goldie Parsing System v0.7 - API, 64-bit, Git

2012-01-31 Thread Manfred Nowak
Bernard Helyer wrote:

> Is this capable of handling D's grammar?

Do you know of any inambigouus grammar for D?

-manfred 


Re: Mozilla Rust 0.1

2012-01-28 Thread Manfred Nowak
Mirko Pilger wrote:

> computer, please?

You discovered the humor in my question.

-manfred


Re: Mozilla Rust 0.1

2012-01-28 Thread Manfred Nowak
Kagamin wrote:

> The compiler understands D.

... and speech recognition can transform spoken words into written D 
readable by the compiler.

Ask your manager why you must type your code in a crouded office space 
instead of narrating it behind a nice acoustically sealed devider.

-manfred


Re: Mozilla Rust 0.1

2012-01-28 Thread Manfred Nowak
Kagamin wrote:

> If you want to write code fast, you need to type less

This holds as long as one has to _write_ code. Ever heard of speech 
recognition?

-manfred