Skip to content
  • astalla@1c010e3e-69d0-11dd-93a8-456734b0d56f's avatar
    * loading: · c4b2d4d2
        added a new primitive sys::load-returning-last-result which behaves like
        load but returns the last value produced instead of T
    * JSR-223:
      - used the new load-returning-last-result to evaluate both interpreted and
        compiled code for consistency (with a caveat, see the wiki page on JSR-223)
      - bindings established through ScriptContext are now declared special
      - compilation using the runtime compiler has been removed due to
        inconsistencies with evaluation and file-based compilation
      - updated the example as suggested on the ML to show both modes of getting
        the AbclScriptEngine
    c4b2d4d2