Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Just out of curiosity, I would like to try Cobol, what is the easiest free cobol to install on Windows [closed]

Tags:

cobol

I found this one: http://tiny-cobol.sourceforge.net/download.php

Not sure to undestand how to install it on Windows. Any other ?

like image 595
Rebol Tutorial Avatar asked Aug 29 '09 11:08

Rebol Tutorial


1 Answers

MicroFocus COBOL looks like you just download the installer (link at bottom of the page) and run it. This one runs with the .Net framework and claims to let you use Visual Studio 2005 Express if you have it.

Based on this list of COBOL compilers, the confusing part about most of them is they compile to C code. You also would need a C compiler installed (e.g., MinGW) on your computer to use them.

like image 179
Michael Kristofik Avatar answered Nov 15 '22 05:11

Michael Kristofik