Slashdot Mirror


Node.js Now Runs COBOL and FORTRAN (arstechnica.com)

Last summer a developer created a plugin which made it possible to run snippets of COBOL code embedded in JavaScript using the Node.js interpreter. Now Slashdot reader techfilz writes: Romanian developer Bizau Ionica has engineered a software bridge called node.cobol which can execute Node.js scripts from within COBOL programs.
The link shows COBOL code executing a Node.js script that launches a Web server and creates ASCII art from a JPEG image -- in this case, Admiral Grace Hopper, who helped create COBOL in 1959. And Ars Technica points out the same developer has also built a Node.js bridge for FORTRAN.

1 of 86 comments (clear)

  1. "Hating" JavaScript is a sign of competency. by Anonymous Coward · · Score: -1, Flamebait

    "Hating" JavaScript is actually a sign of professionalism and competency. No programmer with any skill wants to use a language that's as flawed and rotten as JavaScript is. Talented and competent professional programmers want languages with strong, static typing, because this catches errors at compile time rather than letting the users discover these errors! Talented and competent professional programmers want languages with real class OO, and not numerous class-OO-imitating hacks built upon a crappy and failed prototypes system. Talented and competent professional programmers want languages that have communities built of fellow talented and competent professionals, and not just a bunch of hipsters who didn't even graduate from high school. Programmers who "hate" JavaScript are the best in their field. The ones who like JavaScript tend to be among the worst.