Show HN: Write code using natural language
metacode.app
Show HN: Write code using natural language
1–10 of 118 posts
Re: Show HN: Write code using natural language
#2[deleted]
Re: Show HN: Write code using natural language
#3This looks pretty neat. Thought about something sort of like this awhile back but never built it out, glad to see someone’s giving a try! Good luck!
Re: Show HN: Write code using natural language
#4Cool 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.
Re: Show HN: Write code using natural language
#5This seems more like a novelty than a good idea. No thanks.
Re: Show HN: Write code using natural language
#6This 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
#7This 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
#8Wow 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
#9Cool 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.
Re: Show HN: Write code using natural language
#10This seems more like a helpful glue between documentation and code than "write code using natural language". Nevertheless, very cool!