

体验COBOL语言
source link: https://www.lujun9972.win/blog/2020/05/01/%E4%BD%93%E9%AA%8Ccobol%E8%AF%AD%E8%A8%80/index.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

体验COBOL语言
最近由于新冠肺炎导致COBOL程序员短缺的报道时有发生,于是对这门超级古老的语言感到好奇。
经过一番搜索,居然发现archlinux上就有一个COBOL语言的编译器叫 gnucobol
.
在它的官网上 有许多资料,包括COBOL编程指南 和 gnucobol本身的使用手册. 有兴趣的同学可以试试。
下面是一个COBOL版的Hello world
000100* HELLO.COB GnuCOBOL example 000200 IDENTIFICATION DIVISION. 000300 PROGRAM-ID. hello. 000400 PROCEDURE DIVISION. 000500 DISPLAY "Hello, world!". 000600 STOP RUN.
前六位是标号, *
开头的行为注释行。给我的感觉是跟AS400上的RPG有点像。
Recommend
-
124
-
42
Face it: nobody likes fractions, not even computers. When we talk about COBOL the first question on everyone’s mind is always Why are we still using it in so many critical places? Banks are still runnin...
-
47
As I continue this series on the challenge of legacy systems generally, and COBOL specifically, I’ve come to feel that the answer to our COBOL woes is not actually getting rid of COBOL, but simply making it easier for mod...
-
61
Cisp A Common Lisp Interpreter Built in COBOL. Overview Purpose This is a small project built by a student at the Recurse Center to express a love for COBOL and better understand...
-
35
COBOL NOW! There has never been a better time to code in COBOL. But it is important to cook it right. That's why we have built this Full Stack COBOL Web application. It is written in COBOL, built wit...
-
10
We’ve all seen that the world (well, governments, specifically state
-
8
gcobol: a native COBOL compiler [Posted March 15, 2022 by corbet] The gcobol project has announced i...
-
9
Making The Case For COBOL ...
-
5
Issues: eclipse/che-che4z-lsp-for-cobol Clear current search query, filters, and sorts
-
4
2023-08-23 08:40 IBM 利用 AI 将 COBOL 相应代码转译成 Java 语言 据 IT 之家 8 月 23 日报道,COBOL 是一种古老的计算机编程语言,最早可以追溯到 1959 年,但是目前仍有很多大型企业或政府机构使用到 COBOL 编写的旧软件。为了...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK