hi Kassen,
Thus; would it be a idea to abstract the current version into some variable
indicating the version that could be appended by things like "fluxa" in
calls like this to create commands that will automatically update as
versions do?
as far as i know (require) works in a different phase, so adding a
version variable won't work. maybe using (dynamic-require) could work,
but i'm not sure how to use it.
i run something like this line on version changes in the fluxus folder
which replaces all require version numbers in the scripts:
find . -name \*.scm -exec sed -i "" "s/fluxus-017/fluxus-018/g" {} \;
best,
gabor