I want to write a program that writes other programs.
OK?
>>108351459That’s AI you fucking retard.
>>108351519It used to be called code synthesis and was one of the big goals of computer science.Which is part of why tryhards sperging out about AI is so cringe.
>>108351459do it, my man
>>108351459It's called a "V.I.", a virtual indian.
>>108351459godel proved that that is impossible
>>108351459>I want to write a program that writes other programs.The best I've seen in 30 years is a framework where you design the model, push a button and it generates a database, then run the application because it generates a frontend from the model on the fly. All you really had to do was lay out your tables in the modeler and it did the rest.
>>108351459look up quines, saar
>>108351459your 20 years too late nigger
>>108351833He can't write a shellcode Quine.
>>108351459Write a compiler. It’s fairly easy and a lot of fun.
>>108351616No he didn’t. I bet you’re the kind of retard that reads Gödel, Escher, Bach and thinks there’s something profound or interesting in it.
>>108351802Hm..
>>108351459
>>108351459print("print('Hello, World!')")
print("print('Hello, World!')")
>>108351459https://en.wikipedia.org/wiki/Quine_%28computing%29
>>108352211i was making a jokei've actually gone through godels incompleteness proofs, they are quite interesting in constructionand i have a copy of GEB, but haven't read it yet
>>108351459that's really all metaprogramming is and you can use lisp to do it most efficiently!now you can go do it