Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/james-see/cobol-hello-world

Yep, I am learning cobol, because dead languages are never really dead.
https://github.com/james-see/cobol-hello-world

cobol gnu-cobol hello-world

Last synced: 22 days ago
JSON representation

Yep, I am learning cobol, because dead languages are never really dead.

Awesome Lists containing this project

README

        

# cobol-hello-world
Yep, I am learning cobol, because dead languages are never really dead.

## quickstart

### OSX

`brew install gnu-cobol` because `open-cobol` is not maintained anymore or something

then run `cobl ./helloworld-sh` and it should print out the magic to the terminal

to compile helloworld yourself run `cobl -x -o helloworld-sh helloworld`

enjoy.