Re: [fpc-pascal] FPC attributes / annotations support

2017-12-06 Thread Michael Van Canneyt
On Wed, 6 Dec 2017, Victor Campillo wrote: On 05/12/17 19:50, Michael Van Canneyt wrote: Here is the latest version (from today). http://www.freepascal.org/~michael/pas2js/pas2js-demo-0.8.37.zip Many bugfixes when compared to the last version, mainly bugfixes in the compiler and TDataset (R

Re: [fpc-pascal] FPC attributes / annotations support

2017-12-06 Thread Victor Campillo
On 05/12/17 19:50, Michael Van Canneyt wrote: Here is the latest version (from today). http://www.freepascal.org/~michael/pas2js/pas2js-demo-0.8.37.zip Many bugfixes when compared to the last version, mainly bugfixes in the compiler and TDataset (Read/Write with update to webserver if need be).

Re: [fpc-pascal] FPC attributes / annotations support

2017-12-05 Thread Michael Van Canneyt
On Tue, 5 Dec 2017, Victor Campillo wrote: On 29/11/17 14:31, Michael Van Canneyt wrote: No, but I plan to make pas2js generally available this weekend. Michael. Hi Michael, I am very interested in pas2js, right now I am trying to choose which tool use for web development for a project

Re: [fpc-pascal] FPC attributes / annotations support

2017-12-05 Thread Victor Campillo
On 29/11/17 14:31, Michael Van Canneyt wrote: No, but I plan to make pas2js generally available this weekend. Michael. Hi Michael, I am very interested in pas2js, right now I am trying to choose which tool use for web development for a project in which the web server was made with FPC, and

Re: [fpc-pascal] FPC attributes / annotations support

2017-12-01 Thread el es
On 01/12/17 13:24, Marcos Douglas B. Santos wrote: > On Thu, Nov 30, 2017 at 5:35 PM, Graeme Geldenhuys > wrote: > [...] >>> If we have a better marketing, maybe more programmers could have more >>> interest to use the language. >> Given ESR's recent (or not so recent, as I only found it today) r

Re: [fpc-pascal] FPC attributes / annotations support

2017-12-01 Thread Marcos Douglas B. Santos
On Thu, Nov 30, 2017 at 5:35 PM, Graeme Geldenhuys wrote: > On 2017-11-29 23:37, Marcos Douglas B. Santos wrote: > >> "No one are using Object Pascal nowadays". > > > It seems there is still pretty good interest in Object Pascal in Brazil. We > have a 21 year old that just got hired, and he studie

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-30 Thread Graeme Geldenhuys
On 2017-11-29 23:37, Marcos Douglas B. Santos wrote: I believe that the real problem is to find Object Pascal programmers comparing with other languages. True, there is less, but we (our company) still manages to find and employ those with suitable Object Pascal skills. We have around 50 deve

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-30 Thread Marcos Douglas B. Santos
On Thu, Nov 30, 2017 at 4:23 AM, LacaK wrote: > >>> the idea) a rewrite of a multi-million lines of code project into C#, >>> rather >>> than move to open source development tools where they can keep the huge >>> code >>> base, the same language and reuse the same development skills. How >>> weird

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-29 Thread LacaK
the idea) a rewrite of a multi-million lines of code project into C#, rather than move to open source development tools where they can keep the huge code base, the same language and reuse the same development skills. How weird?? Have corporates lost their minds. I believe that the real problem

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-29 Thread Marcos Douglas B. Santos
On Wed, Nov 29, 2017 at 8:55 PM, Graeme Geldenhuys wrote: > > Yup, I gathered that much... Hence the "dreaming" tag I used. :) > > I just can't believe how bad things have become in Delphi. A commercial > "professional" and "enterprise" quality product - it's everything but that! > And the asking

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-29 Thread Graeme Geldenhuys
On 2017-11-29 12:08, Mattias Gaertner wrote: Even if Lazarus could support Delphi dcc32, would not be enough because it will still missing the components. > True. No designer, object inspector. You would have to create them in code. Yup, I gathered that much... Hence the "dreaming" tag I use

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-29 Thread Marcos Douglas B. Santos
On Wed, Nov 29, 2017 at 11:31 AM, Michael Van Canneyt wrote: > > > On Wed, 29 Nov 2017, Marcos Douglas B. Santos wrote: > >> On Wed, Nov 29, 2017 at 11:10 AM, Michael Van Canneyt >> wrote: >>> >>> >>> I do. I meant that I use pas2js as the precompiler command. >> >> >> Hmm... right. >> I saw yest

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-29 Thread Michael Van Canneyt
On Wed, 29 Nov 2017, Marcos Douglas B. Santos wrote: On Wed, Nov 29, 2017 at 11:10 AM, Michael Van Canneyt wrote: I do. I meant that I use pas2js as the precompiler command. Hmm... right. I saw yesterday, in the official website, that FPC 3.0.4 was released but I didn't see an email about

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-29 Thread Marcos Douglas B. Santos
On Wed, Nov 29, 2017 at 11:10 AM, Michael Van Canneyt wrote: > > I do. I meant that I use pas2js as the precompiler command. Hmm... right. I saw yesterday, in the official website, that FPC 3.0.4 was released but I didn't see an email about it... Is pas2js included in that version? Best, Marcos

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-29 Thread Michael Van Canneyt
On Wed, 29 Nov 2017, Marcos Douglas B. Santos wrote: On Wed, Nov 29, 2017 at 6:39 AM, Michael Van Canneyt wrote: On Wed, 29 Nov 2017, Graeme Geldenhuys wrote: On 2017-11-27 21:39, Mattias Gaertner wrote: Lazarus now supports attributes. Awesome, thanks for the update. [dreaming] No

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-29 Thread Mattias Gaertner
On Wed, 29 Nov 2017 09:07:31 -0200 "Marcos Douglas B. Santos" wrote: > On Wed, Nov 29, 2017 at 4:50 AM, Graeme Geldenhuys > wrote: > > > > [dreaming] > > Now only if Lazarus could support the Delphi dcc32 compiler. ;-) Boy oh > > boy... I've been using Delphi XE3 for a month now (new job) - it i

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-29 Thread Marcos Douglas B. Santos
On Wed, Nov 29, 2017 at 6:39 AM, Michael Van Canneyt wrote: > > > On Wed, 29 Nov 2017, Graeme Geldenhuys wrote: > >> On 2017-11-27 21:39, Mattias Gaertner wrote: >>> >>> Lazarus now supports attributes. >> >> >> Awesome, thanks for the update. >> >> [dreaming] >> Now only if Lazarus could support

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-29 Thread Marcos Douglas B. Santos
On Wed, Nov 29, 2017 at 4:50 AM, Graeme Geldenhuys wrote: > > [dreaming] > Now only if Lazarus could support the Delphi dcc32 compiler. ;-) Boy oh > boy... I've been using Delphi XE3 for a month now (new job) - it is SH*T. > Constant IDE crashes, online help doesn't work, the bug reporting dialog

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-29 Thread Michael Van Canneyt
On Wed, 29 Nov 2017, Graeme Geldenhuys wrote: On 2017-11-27 21:39, Mattias Gaertner wrote: Lazarus now supports attributes. Awesome, thanks for the update. [dreaming] Now only if Lazarus could support the Delphi dcc32 compiler. ;-) Boy oh boy... I've been using Delphi XE3 for a month now

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-28 Thread Graeme Geldenhuys
On 2017-11-27 21:39, Mattias Gaertner wrote: Lazarus now supports attributes. Awesome, thanks for the update. [dreaming] Now only if Lazarus could support the Delphi dcc32 compiler. ;-) Boy oh boy... I've been using Delphi XE3 for a month now (new job) - it is SH*T. Constant IDE crashes, onl

Re: [fpc-pascal] FPC attributes / annotations support

2017-11-28 Thread Mattias Gaertner
On Wed, 11 Oct 2017 17:13:31 +0200 Sven Barth via fpc-pascal wrote: > Am 11.10.2017 14:45 schrieb "Graeme Geldenhuys" < > mailingli...@geldenhuys.co.uk>: > > > > Bringing a discussion from the Lazarus mailing list to here. > > > > > > On 2017-09-24 09:13, Michael Van Canneyt via Lazarus wrote:

Re: [fpc-pascal] FPC attributes / annotations support

2017-10-11 Thread Sven Barth via fpc-pascal
Am 11.10.2017 14:45 schrieb "Graeme Geldenhuys" < mailingli...@geldenhuys.co.uk>: > > Bringing a discussion from the Lazarus mailing list to here. > > > On 2017-09-24 09:13, Michael Van Canneyt via Lazarus wrote: > > It's called Attributes. FPC has it too, but it is not yet in trunk. > > Is there a

[fpc-pascal] FPC attributes / annotations support

2017-10-11 Thread Graeme Geldenhuys
Bringing a discussion from the Lazarus mailing list to here. On 2017-09-24 09:13, Michael Van Canneyt via Lazarus wrote: > It's called Attributes. FPC has it too, but it is not yet in trunk. Is there a timeline when FPC might support attributes/annotations in trunk? Regards, Graeme