comp.lang.ada
 help / color / mirror / Atom feed
* GNAT Programming Studio for OpenCOBOL development
@ 2009-06-04 23:44 btiffin
  2009-06-05  9:11 ` Georg Bauhaus
  2009-06-05  9:13 ` Ludovic Brenta
  0 siblings, 2 replies; 5+ messages in thread
From: btiffin @ 2009-06-04 23:44 UTC (permalink / raw)


Hello,

I've been involved with the OpenCOBOL project for a little while now
and the developer community is looking for a good IDE.  I've done some
preliminary customizations as a plug-ins XML file; a compiler switches
screen, some keywords for the editor highlights, a menu for running
various compiles etc...

Who should I direct questions to?

Ok, in reality I'd like to team up OpenCOBOL with the GNAT developers
and get these two wonderful open systems more tightly integrated.
OpenCOBOL is quite complete and fairly robust as-is but I'm thinking a
few more pushes and OpenCOBOL and GPS could be a good fit.  And if a
few COBOL programmers get exposed to Ada, or Ada programmers exposed
to COBOL, well, the more the better.

As the keeper of the OpenCOBOL FAQ, pertinent information of what has
been done so far can be seen at
http://opencobol.add1tocobol.com/#can-the-gnat-programming-studio-be-used-with-opencobol
and http://opencobol.add1tocobol.com/#can-opencobol-interface-with-ada

For the curious, OpenCOBOL emits intermediate C and links nicely with
GNAT when using gnatgcc and gnatbind -n

Excuse the interruption and thanks for GPS and GNAT.
Cheers,
Brian



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GNAT Programming Studio for OpenCOBOL development
  2009-06-04 23:44 GNAT Programming Studio for OpenCOBOL development btiffin
@ 2009-06-05  9:11 ` Georg Bauhaus
  2009-06-05 22:46   ` btiffin
  2009-06-05  9:13 ` Ludovic Brenta
  1 sibling, 1 reply; 5+ messages in thread
From: Georg Bauhaus @ 2009-06-05  9:11 UTC (permalink / raw)


btiffin@canada.com schrieb:

> and http://opencobol.add1tocobol.com/#can-opencobol-interface-with-ada
> 
> For the curious, OpenCOBOL emits intermediate C and links nicely with
> GNAT when using gnatgcc and gnatbind -n

I am curious about a minor thing; it's that OpenCOBOL does not (yet?)
refer to Ada LRM B.4, "Interfacing with COBOL".  Nothing wrong with
the C bridge, just wondering.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GNAT Programming Studio for OpenCOBOL development
  2009-06-04 23:44 GNAT Programming Studio for OpenCOBOL development btiffin
  2009-06-05  9:11 ` Georg Bauhaus
@ 2009-06-05  9:13 ` Ludovic Brenta
  2009-06-05 22:52   ` btiffin
  1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Brenta @ 2009-06-05  9:13 UTC (permalink / raw)


Brian Tiffin wrote on comp.lang.ada:
> I've been involved with the OpenCOBOL project for a little while now
> and the developer community is looking for a good IDE.  I've done some
> preliminary customizations as a plug-ins XML file; a compiler switches
> screen, some keywords for the editor highlights, a menu for running
> various compiles etc...
>
> Who should I direct questions to?

http://lists.adacore.com/mailman/listinfo/gps-devel

Their Subversion repository contains a public, read-only part[1]. You
can submit patches to the above mailing list and watch as they merge
them into the next version of GPS. I mirror this in Ada-France's
monotone database[2,3] and I have added tags to identify the release
branch points. If you're a fan of distributed version control systems,
you might want to use that to create and manage your patches.

[1] http://libre.adacore.com/viewvc/trunk/gps
[2] http://green.ada-france.org:8081/branch/changes/com.adacore.gps
[3] http://www.ada-france.org/article131.html

> Ok, in reality I'd like to team up OpenCOBOL with the GNAT developers
> and get these two wonderful open systems more tightly integrated.
> OpenCOBOL is quite complete and fairly robust as-is but I'm thinking a
> few more pushes and OpenCOBOL and GPS could be a good fit.  And if a
> few COBOL programmers get exposed to Ada, or Ada programmers exposed
> to COBOL, well, the more the better.

I don't think Robert Dewar is listening here on comp.lang.ada but he
might be interested; IIUC, before founding AdaCore, he used to write
COBOL compilers.

> As the keeper of the OpenCOBOL FAQ, pertinent information of what has
> been done so far can be seen athttp://opencobol.add1tocobol.com/#can-the-gnat-programming-studio-be-...
> andhttp://opencobol.add1tocobol.com/#can-opencobol-interface-with-ada
>
> For the curious, OpenCOBOL emits intermediate C and links nicely with
> GNAT when using gnatgcc and gnatbind -n
>
> Excuse the interruption and thanks for GPS and GNAT.

You're most welcome.

--
Ludovic Brenta.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GNAT Programming Studio for OpenCOBOL development
  2009-06-05  9:11 ` Georg Bauhaus
@ 2009-06-05 22:46   ` btiffin
  0 siblings, 0 replies; 5+ messages in thread
From: btiffin @ 2009-06-05 22:46 UTC (permalink / raw)


On Jun 5, 5:11 am, Georg Bauhaus <rm.dash-bauh...@futureapps.de>
wrote:
> btif...@canada.com schrieb:
>
> > andhttp://opencobol.add1tocobol.com/#can-opencobol-interface-with-ada
>
> > For the curious, OpenCOBOL emits intermediate C and links nicely with
> > GNAT when using gnatgcc and gnatbind -n
>
> I am curious about a minor thing; it's that OpenCOBOL does not (yet?)
> refer to Ada LRM B.4, "Interfacing with COBOL".  Nothing wrong with
> the C bridge, just wondering.

Yeah.  ;)  As a hobby, writing technically relevant docs takes a
while.  We don't even have an OpenCOBOL usage Manual yet, let alone
documentation at the very professional level of Ada and GNAT.
Historically, the COBOL standards are "free to use the underlying
technology" but copyrighted for-fee documents.  Not many hobbyists
have said docs, and the free to distribute model just isn't in place
(yet).  It is in the plan, but that plan is long term and comes in
volunteer spits and spouts.

Cheers,
Brian



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GNAT Programming Studio for OpenCOBOL development
  2009-06-05  9:13 ` Ludovic Brenta
@ 2009-06-05 22:52   ` btiffin
  0 siblings, 0 replies; 5+ messages in thread
From: btiffin @ 2009-06-05 22:52 UTC (permalink / raw)


On Jun 5, 5:13 am, Ludovic Brenta <ludo...@ludovic-brenta.org> wrote:
> Brian Tiffin wrote on comp.lang.ada:
>
> > I've been involved with the OpenCOBOL project for a little while now
> > and the developer community is looking for a good IDE.  I've done some
> > preliminary customizations as a plug-ins XML file; a compiler switches
> > screen, some keywords for the editor highlights, a menu for running
> > various compiles etc...
>
> > Who should I direct questions to?
>
> http://lists.adacore.com/mailman/listinfo/gps-devel
>
> Their Subversion repository contains a public, read-only part[1]. You
> can submit patches to the above mailing list and watch as they merge
> them into the next version of GPS. I mirror this in Ada-France's
> monotone database[2,3] and I have added tags to identify the release
> branch points. If you're a fan of distributed version control systems,
> you might want to use that to create and manage your patches.
>
> [1]http://libre.adacore.com/viewvc/trunk/gps
> [2]http://green.ada-france.org:8081/branch/changes/com.adacore.gps
> [3]http://www.ada-france.org/article131.html
>
> > Ok, in reality I'd like to team up OpenCOBOL with the GNAT developers
> > and get these two wonderful open systems more tightly integrated.
> > OpenCOBOL is quite complete and fairly robust as-is but I'm thinking a
> > few more pushes and OpenCOBOL and GPS could be a good fit.  And if a
> > few COBOL programmers get exposed to Ada, or Ada programmers exposed
> > to COBOL, well, the more the better.
>
> I don't think Robert Dewar is listening here on comp.lang.ada but he
> might be interested; IIUC, before founding AdaCore, he used to write
> COBOL compilers.
>
> > As the keeper of the OpenCOBOL FAQ, pertinent information of what has
> > been done so far can be seen athttp://opencobol.add1tocobol.com/#can-the-gnat-programming-studio-be-...
> > andhttp://opencobol.add1tocobol.com/#can-opencobol-interface-with-ada
>
> > For the curious, OpenCOBOL emits intermediate C and links nicely with
> > GNAT when using gnatgcc and gnatbind -n
>
> > Excuse the interruption and thanks for GPS and GNAT.
>
> You're most welcome.
>
> --
> Ludovic Brenta.

Awesome info.  I just signed up at libre.adacore.com, so the mailing
list will be next.  As a volunteer document writer (wannabee) I'm
pretty envious of the level of expertise, support, and professionalism
that the open Ada community enjoys.  Well done.  I'm hoping OpenCOBOL
and GNAT can see some useful and productive synergy.

Cheers,
Brian



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-06-05 22:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-04 23:44 GNAT Programming Studio for OpenCOBOL development btiffin
2009-06-05  9:11 ` Georg Bauhaus
2009-06-05 22:46   ` btiffin
2009-06-05  9:13 ` Ludovic Brenta
2009-06-05 22:52   ` btiffin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox