Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Thomas Wolf
I think the suggestion is to learn about a subject before making statements about it.  E.g. it isn’t the “job of the Apache Netbeans” [to implement user requested features.]. A “job” is a function performed for pay - work. Who is getting paid - and by whom - to implement those features?I think Andr

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Andreas Reichel
On Tue, 2022-09-20 at 19:06 +0700, Andreas Reichel wrote: > 1) select your language > 2) get hold of the specs (Syntax and Grammar) > 3) get hold of parser generating the AST (build the parser by > yourself using ANTLR or JavaCC) > 4) clone one of the existing language plugins (e.g. Groovy) and > r

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Andreas Reichel
All, On Tue, 2022-09-20 at 07:37 -0400, Amn Ojee Uw wrote: > Well, isn't that the job of the Apache Netbeans. I can not speak for Apache/Netbeans but only for some Open Source Software, that I contribute to -- and the following is my very personal opinion: 1) Open source is provided by volunteer

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Eric Bresie
?contentId=148640090#content/view/148640090 Get Outlook for iOS<https://aka.ms/o0ukef> From: Geertjan Wielenga Sent: Tuesday, September 20, 2022 6:39:57 AM To: Amn Ojee Uw Cc: László Kishalmi ; N ; Netbeans Apache Mailing List Subject: Re: Possibility of Ne

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Amn Ojee Uw
Thanks, I would love to check it out when I get some downtime. However, something tells me that you know the law, but not the message in it, thank you nonetheless. 😊 On Tue., Sep. 20, 2022, 7:40 a.m. Geertjan Wielenga, < geertjan.wiele...@googlemail.com> wrote: > Take a look around at the apache

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Geertjan Wielenga
Take a look around at the apache.org website to see what it is about (i.e., all volunteer programmers, just like you; you want something, you build it). Gj On Tue, 20 Sep 2022 at 13:38, Amn Ojee Uw wrote: > Well, isn't that the job of the Apache Netbeans. > The features requests is what users d

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Amn Ojee Uw
Well, isn't that the job of the Apache Netbeans. The features requests is what users do. If I have a request and Netbeans wants to include any of us in that teem, one could help. I love the suggestion of the OP, and respect the suggestion being offered. However, accepting that suggestion would requ

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread László Kishalmi
Well, pick a language and start writing the support for that. It's that simple. On Tue, Sep 20, 2022, 00:22 N wrote: > Hello, > > I was an ardent user of Netbeans from 2009 to around 2016, while using > Java (and for a short while when using C++ and Python). I've even written > about it >

Possibility of Netbeans supporting more languages

2022-09-20 Thread N
Hello, I was an ardent user of Netbeans from 2009 to around 2016, while using Java (and for a short while when using C++ and Python). I've even written about it , and linked to James Gosling's support for Netbeans.