Live data from Hacker News

The English Programming Language

github.com

11–20 of 78 posts

Re: The English Programming Language

#11

As someone who worked on a 35 million loc cobol and jcl system for several years in the late 90's, I don't find this to be funny at all. Cobol was purported to be readable with english language like syntax to make it more understandable. Giving gems such as: MULTIPLY TAX-RATE OF STATE(43) BY BALANCE GIVING SALES-TAX-AMOUNT. Note the period is sigificant.

That is surprisingly readable and makes me want to go learn COBOL.

Could I now get you to criticize eating healthy, please? :)

Re: The English Programming Language

#15

As someone who worked on a 35 million loc cobol and jcl system for several years in the late 90's, I don't find this to be funny at all. Cobol was purported to be readable with english language like syntax to make it more understandable. Giving gems such as: MULTIPLY TAX-RATE OF STATE(43) BY BALANCE GIVING SALES-TAX-AMOUNT. Note the period is sigificant.

I hear the successor language is much better. It's called ADD 1 TO COBOL GIVING COBOL.

I have never read cobol before now, but using another translation in this thread as my guide, and minifying the variable label:

    C++
Nice.

Re: The English Programming Language

#16
Well, you can now "program" LLMs such as ChatGPT with English.

Using English you can set your chatbots character, personality and purpose.

Will it be a helpful assistant like ChatGPT, or be a digital reincarnation of some historical character? Both can be set up in plan english and the LLM will follow your instructions.

Re: The English Programming Language

#17

As someone who worked on a 35 million loc cobol and jcl system for several years in the late 90's, I don't find this to be funny at all. Cobol was purported to be readable with english language like syntax to make it more understandable. Giving gems such as: MULTIPLY TAX-RATE OF STATE(43) BY BALANCE GIVING SALES-TAX-AMOUNT. Note the period is sigificant.

I hear the successor language is much better. It's called ADD 1 TO COBOL GIVING COBOL.

I'm so excited about the new language features in ADD 1 TO COBOL GIVING COBOL EX TWENTY-THREE.

Re: The English Programming Language

#19

Cool language! I wish there was more standard interpreter support though. Everyone seems to be using a different flavor, which yields different results depending on where the code runs.

The Product team uses a different version than the Engineering team
Post reply on HN