|
Not Ranked
:
+0 / -0
0 score
Re: Self-Referential Language?
One way of doing this (in any language) is have your app write a simple "pseudo" language to a file, then code a simple interpreter to read it. I played around with something like this a few years ago for experimenting with self modifying AI programs. You could use RAM, but a file holds the data for review even if the app crashes.
moo
----------------
"Other friends have flown before...
On the morrow he will leave me, as my hopes have flown before."
Quoth the raven "Nevermore."
~ From THE RAVEN by Edgar Allan Poe ~
|