Hacker News new | ask | show | jobs
by vitriolum 1916 days ago
That is cool. But what do you mean with "based on a machine learning based programming language"?
1 comments

Thanks! I have written an interpreter and runtime environment that uses NLP in order to find the most probable program given what you have written, this means that you for example can write variable names with spaces, have spelling errors and so on. This app uses parts of this technology, which enables you to do these queries in natural language like language. I am currently working on deploying more features from the language, like doing calculus, if/else, for loops, classes.