Is there a way to make a quine in java, then have some sort of program recognize the output as a program, then run that and give an output, and keep on doing so infinitely? I'm trying to write a self-replicating code and get it to infinitely reproduce itself, thereby technically creating life. I have a superiority complex, I suppose
Asked
Active
Viewed 71 times
-5
-
1Yes, it's possible. However, your superiority complex has nothing to do with this. Show us the code you've written so far and where you need help. – nanofarad Apr 30 '16 at 20:25
-
haven't actually written code for this, just wondering how to do it. – Aunteek Naser Apr 30 '16 at 20:42
1 Answers
0
Here's an article that should assist you in your initial research:
Meta-programming -Write programs that generate other programs
This wiki page can also point you to additional sources of information. wiki
Hope this helps you in your learning!

BenRowley
- 24
- 7