Hello,
the commit provides a new helper – evl – an acronym of eval. It resembles run in any possible way except for one thing – it runs the provided code within current shell, through eval. This allows to test various additional side effects of the tested code and sometimes allows to write a shorter and simpler code, like here: fast-syntax-highlighting/main.zunit, compared to the run-version: fast-syntax-highlighting/example.zunit
Hello, the commit provides a new helper – evl – an acronym of
eval
. It resemblesrun
in any possible way except for one thing – it runs the provided code within current shell, througheval
. This allows to test various additional side effects of the tested code and sometimes allows to write a shorter and simpler code, like here: fast-syntax-highlighting/main.zunit, compared to therun
-version: fast-syntax-highlighting/example.zunit