I managed to setup a modern OpenGL 4.5 context in COBOL this weekend. Right now I just set glClearColor and then clear the screen. My ambition is to actually render a triangle or something but I still find this as a cool milestone.

Here is the source if anyone is interested: https://github.com/brokenprogrammer/CobolGL