In the commandbox REPL, is it possible to change t...
# box-products
m
In the commandbox REPL, is it possible to change the underlying engine that is executing the code to another engine, such as ACF? Or does it always use Lucee under the hood? (I'm assuming that's what it is doing...)
b
Not presently possible as it runs directly inside the CLI. It would be possible to connect it to a running server to change engines, but there's never really been demand for me to spend the time on it.
@Mark Takata (Adobe)
m
ah ok cool just exploring CB today 🙂
b
If Adobe had implemented JSR-223 as I had requested if them, it would be easier. 😁
m
erm I am not familiar with that... lol
oh, java specification request?
b
Yes, it's how CommandBox runs Lucee
A java spec for running any scripting language
m
ah ok cool
I would support it just for the job it would bring to see the chaos of there being both a Java Script and a JavaScript in the world lol
people would lose their minds
m
Neat!
b
Basically, any Java app can embed Lucee CFML code right inside their code using the scripting engine interface. It's how I pass control from the Java bootstrap to the CFML bootstrap