A Shiny New Programming Language - Hackster.io
(www.hackster.io)
from 0x0@programming.dev to programming@programming.dev on 20 Nov 17:37
https://programming.dev/post/21941080
from 0x0@programming.dev to programming@programming.dev on 20 Nov 17:37
https://programming.dev/post/21941080
Mirror is an entirely new concept in programming — just supply function signatures and some input-output examples, and AI does the rest.
#programming
threaded - newest
Ooooh, this oughta be good.
almost like a shitty prolog that won’t work half the time!
Doesn’t prolog already “not work half the time”? (Disclaimer: I haven’t used it.)
Interesting, but I never needed AI for coding. Well, twice, and I had to do changes, but would not use AI to generate code.
I don’t mean this in a toxic way, but this is probably the worst idea I have seen yet with Ai in programming. People should use less Ai, and learn more how to program. It’s better in the long term.
github.com/AZHenley/Mirror
Is the language and interpretation predictable and exact? If you install a newer version of the Ai, can the exact same code behavior be guaranteed? What’s the benefit over using Ai tools that generate code in a static language, instead leaving it to be interpreted?
Yes. Once you know how, you can see pitfalls with AI.
Alright let’s go
Could I do:
?
I don’t pay for OpenAI, so I can’t try the playground
So a chatgpt wrapper that compiles a DSL to JavaScript. Ok.