Using Lisp or Scheme for runtime configuration of Java programs
问题 I have now seen several projects ending at a point where the actual configuration depended on things only available at run-time. The typical way to configure a Java program is to read one or more property files according to some application specific rules and then take action depending on their values. At one point or another this breaks down and you need actual program logic in your configuration which then can be indicated with a flag and adding code to your application which then handles