Programming language for self-modifying code?

后端 未结 14 1839
别那么骄傲
别那么骄傲 2020-12-23 13:05
  • I am recently thinking about writing self-modifying programs, I think it may be powerful and fun. So I am currently looking for a language that allows
14条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-23 13:51

    Have you looked at Java ? Java 6 has a compiler API, so you can write code and compile it within the Java VM.

提交回复
热议问题