Hacker News new | ask | show | jobs
by jlebrech 3635 days ago
I'd like a language with "natural language" as a first class citizen of a language so instead of trying to name methods, you break down a description of code into paragraphs in english, then you could have a parser that attaches lambdas to those paragraphs.

you would also need the editor to know to display a separate implementation file for each paragraph.

2 comments

Sounds like you are describing Intentional Programming. https://en.wikipedia.org/wiki/Intentional_programming
similar to cucumber