GnuCOBOL: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Edward H moved page OpenCOBOL to GNU Cobol: OpenCOBOL has renamed to GNU Cobol as part of becoming a GNU project.)
(Updated with the new spelling and the new documentation home locations)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{implementation|COBOL}}
{{implementation|COBOL}}
OpenCOBOL is an open-source COBOL compiler, translating COBOL into C and allowing COBOL code to access many C Libraries. Initially created by Keisuke Nishida, the lead developer is now Roger While.
GnuCOBOL (formerly OpenCOBOL, and for a short while, GNU Cobol) is a free COBOL compiler, translating COBOL into C, allowing COBOL code to access many C Libraries. Initially created by Keisuke Nishida, and extended by Roger While. The project is now maintained by Simon Sobisch and Brian Tiffin on behalf of GNU, with the help of many contributors. The GnuCOBOL source tree copyrights are managed by the Free Software Foundation, Inc.

GnuCOBOL was renamed to GNU Cobol as part of becoming of a GNU project, and then the spelling changed to the current, GnuCOBOL.


==See Also==
==See Also==
* [http://sourceforge.net/projects/open-cobol/ OpenCOBOL Project at SourceForge.net]
* [https://savannah.gnu.org/projects/gnucobol GnuCOBOL on Savannah]
* [http://sourceforge.net/projects/open-cobol/ GnuCOBOL Project at SourceForge.net]
* [http://opencobol.add1tocobol.com/OpenCOBOL%20Programmers%20Guide.pdf OpenCOBOL Programmer's Guide]
* [http://opencobol.add1tocobol.com/ OpenCOBOL FAQ]
* [http://open-cobol.sourceforge.net/ Manuals and Guides]
* [http://open-cobol.sourceforge.net/guides/GNU%20COBOL%202.0%20Programmers%20Guide.pdf GnuCOBOL Programmer's Guide]
* [[wp:OpenCOBOL|OpenCOBOL on Wikipedia]]
* [http://sourceforge.net/p/open-cobol/faq/ GnuCOBOL FAQ]
* [[wp:GnuCOBOL|GnuCOBOL on Wikipedia]]

Latest revision as of 05:19, 1 May 2016

GnuCOBOL is an implementation of COBOL. Other implementations of COBOL.

GnuCOBOL (formerly OpenCOBOL, and for a short while, GNU Cobol) is a free COBOL compiler, translating COBOL into C, allowing COBOL code to access many C Libraries. Initially created by Keisuke Nishida, and extended by Roger While. The project is now maintained by Simon Sobisch and Brian Tiffin on behalf of GNU, with the help of many contributors. The GnuCOBOL source tree copyrights are managed by the Free Software Foundation, Inc.

GnuCOBOL was renamed to GNU Cobol as part of becoming of a GNU project, and then the spelling changed to the current, GnuCOBOL.

See Also