GnuCOBOL: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Added link to Savannah and changed Wikipedia link.)
(Updated with the new spelling and the new documentation home locations)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{implementation|COBOL}}
{{implementation|COBOL}}
GNU Cobol (formerly 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.


GNU Cobol was renamed as part of becoming of a GNU project.
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==
* [https://savannah.gnu.org/projects/gnucobol GNU Cobol on Savannah]
* [https://savannah.gnu.org/projects/gnucobol GnuCOBOL on Savannah]
* [http://sourceforge.net/projects/open-cobol/ GNU Cobol Project at SourceForge.net]
* [http://sourceforge.net/projects/open-cobol/ GnuCOBOL Project at SourceForge.net]
* [http://open-cobol.sourceforge.net/ Manuals and Guides]
* [http://opencobol.add1tocobol.com/OpenCOBOL%20Programmers%20Guide.pdf OpenCOBOL Programmer's Guide]
* [http://open-cobol.sourceforge.net/guides/GNU%20COBOL%202.0%20Programmers%20Guide.pdf GnuCOBOL Programmer's Guide]
* [http://opencobol.add1tocobol.com/ OpenCOBOL FAQ]
* [http://sourceforge.net/p/open-cobol/faq/ GnuCOBOL FAQ]
* [[wp:GNU Cobol|GNU Cobol on Wikipedia]]
* [[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