Show HN: Write code using natural language
11–20 of 118 posts
Re: Show HN: Write code using natural language
#12This will just converge to some kind of lisp and then pragmatically end up as XML and then be thrown away when it is realised it is a poor imitation html.
Is all "code of code" inevitably destined for a Lisp dialect?
Re: Show HN: Write code using natural language
#13This seems more like a novelty than a good idea. No thanks.
Re: Show HN: Write code using natural language
#14This will just converge to some kind of lisp and then pragmatically end up as XML and then be thrown away when it is realised it is a poor imitation html.
Is all "code of code" inevitably destined for a Lisp dialect?
Now fiddle in a syntax for having parameters, maybe place them next to the text that describes what the program wants to achieve.
The next step is to define what the program or routine is actually doing, so think about step one again.
... Every time I think about a non-graphical way of writing a program as intuitive as possible I usually end up with some sort of Lisp.
EDIT: several edits for wording
Re: Show HN: Write code using natural language
#15Only Swift or it can handle any language ?
Re: Show HN: Write code using natural language
#16This will just converge to some kind of lisp and then pragmatically end up as XML and then be thrown away when it is realised it is a poor imitation html.
Re: Show HN: Write code using natural language
#17Re: Show HN: Write code using natural language
#18But just like self-driving cars, once you start expanding the scope, and only just a little bit, it doesn't look so cool anymore. I would love to see how far they can take this.
Programming in the purest sense is taking problems that real people have, expressed in their own words, and creating a logical symbolic construct that automates a sequence of interactions that pleases them. Human language is an extremely fuzzy and messy affair involving all sorts of things like body language that don't transfer to writing. Programming is not like that. These are not just different things. These are completely different domains of things.
Neat. Best of luck, guys!
Re: Show HN: Write code using natural language
#19Wow I really like this! My main problem when programming against mac/iOS APIs is constantly looking up how to do the little things shown in the demo video. I don't look forward to writing macOS/iOS apps but this makes me think differently.
Re: Show HN: Write code using natural language
#20Cool experiment. Really shows how poorly conceived/verbose Auto Layout is. The first thing I do in any iOS project is add some sort of wrapper around all that constraint nonsense.
Can you elaborate your approach? I've been making iOS apps for a decade now but auto layout and constraints scare the bajesus out of me.