runtime-compilation
Java - accessing strings in non-compiled .java files during runtime
I\'ve got a problem for you. I\'ve got a bunch of Java files (.java) sitting around and they all contain a class declaration and an array of strings. I need to do stuff with the array. What is the be[详细]
2023-03-20 16:00 分类:问答scala as scripting language [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: “eval” in Scala[详细]
2023-03-08 19:52 分类:问答Compiling C# code from txt file to interface with running wpf application
I have been searching online for a neat way to compile code at runtime and manipulate the running application\'s objects (properties etc.). I have come across Snippy, CodeDom and CSharpCo开发者_JAVA百[详细]
2023-02-22 20:18 分类:问答Online c# interpreter security issues
I am toy开发者_如何转开发ing around with the idea of building an online C# interpreter, a bit like Codepad. Now there are obvious security issues:[详细]
2023-02-14 09:44 分类:问答Runtime code generation and compilation
Say I have this code that uses some input (e.g. a URL path) to determine which method to run, via reflection:[详细]
2023-01-23 09:22 分类:问答Compile and run dynamic code, without generating EXE?
I was wonderi开发者_如何学运维ng if it was possible to compile, and run stored code, without generating an exe or any type of other files, basically run the file from memory.[详细]
2023-01-06 09:37 分类:问答Run-time compilation: How is it possible that this isn't a performance hit?
I\'ve heard that some types of runtime compilation aren\'t a performance hit. The official Python documentation asserts that running a .pyc file is no faster than .py. (I can\'t find the link right no[详细]
2023-01-04 17:12 分类:问答Loading external source code and using them internally (by re-compiling or something)
Is there a way in using externally stored sourcecode and loading it into a Java programm, so that it can be used by it?[详细]
2022-12-15 06:52 分类:问答