Re: [Gambas-user] Porting Gambas 2 projects to Gambas 3

2010-12-29 Thread Benoît Minisini
> When going to this link I get "This documentation page does not exist in > version 2.0." > > Regards > Michael > Click on the "[3.0]" link on the top of the page to switch the documentation to "3.0" mode. Regards, -- Benoît Minisini

Re: [Gambas-user] Porting Gambas 2 projects to Gambas 3

2010-12-29 Thread Michael
When going to this link I get "This documentation page does not exist in version 2.0." Regards Michael On 25/12/10 01:07, Fabien Bodard wrote: > the good link is : http://gambasdoc.org/help/doc/gb2togb3 > > > -- Learn

Re: [Gambas-user] Porting Gambas 2 projects to Gambas 3

2010-12-26 Thread Benoît Minisini
> "Gambas is an interpreted language, > with no "just-in-time" or other compilation at all." > > I think this should be: > > "Gambas is an interpreted language, > with no "just-in-time" or other compiler optimizations a

Re: [Gambas-user] Porting Gambas 2 projects to Gambas 3

2010-12-26 Thread Jussi Lahtinen
"Gambas is an interpreted language, with no "just-in-time" or other compilation at all." I think this should be: "Gambas is an interpreted language, with no "just-in-time" or other compiler optimizations at all." Juss

Re: [Gambas-user] Porting Gambas 2 projects to Gambas 3

2010-12-24 Thread Fabien Bodard
Congratulations, Benoit, I would not say it's a feat, since as you said, the Benchmark are all stupid. But it can give to gbs a reason to exist. :-) For pure irony it would be nice to add more tests! Tcl lacks want but I do not know enough. -- Fabien Bodard -

Re: [Gambas-user] Porting Gambas 2 projects to Gambas 3

2010-12-24 Thread Fabien Bodard
2010/12/24 Fabien Bodard : > Le 24 décembre 2010 15:35, Benoît Minisini > a écrit : >>> the good link is : http://gambasdoc.org/help/doc/gb2togb3 >> >> Oops. >> >> And here is a little stupid benchmark that compare Gambas, Python and Perl. >> >> http://gambasdoc.org/help/doc/benchmark > and what r

Re: [Gambas-user] Porting Gambas 2 projects to Gambas 3

2010-12-24 Thread Fabien Bodard
Le 24 décembre 2010 15:35, Benoît Minisini a écrit : >> the good link is : http://gambasdoc.org/help/doc/gb2togb3 > > Oops. > > And here is a little stupid benchmark that compare Gambas, Python and Perl. > > http://gambasdoc.org/help/doc/benchmark and what represent percentage ? ... percent of wha

Re: [Gambas-user] Porting Gambas 2 projects to Gambas 3

2010-12-24 Thread Benoît Minisini
> the good link is : http://gambasdoc.org/help/doc/gb2togb3 Oops. And here is a little stupid benchmark that compare Gambas, Python and Perl. http://gambasdoc.org/help/doc/benchmark -- Benoît Minisini -- Learn how Ora

Re: [Gambas-user] Porting Gambas 2 projects to Gambas 3

2010-12-24 Thread Fabien Bodard
the good link is : http://gambasdoc.org/help/doc/gb2togb3 -- Fabien Bodard -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database envir

[Gambas-user] Porting Gambas 2 projects to Gambas 3

2010-12-24 Thread Benoît Minisini
Hi gambas fellows, Since last revision, the Gambas 3 IDE automatically converts Gambas 2 project when it loads them. At the moment, only forms are converted. The class and module files are kept untouched. I plan to try to analyze the source files and annotate them with all possible things tha