deffnx in Texinfo leads to redundant items in documentation index
Some math functions which are not documented
Finite field and Galois field functions not documented
Group theory functions todd_coxeter_state, card_orbit, card_stab, circulant not documented
A few more that are known to be undocumented. Wouldn't hurt to review the whole package and see what else. moore_penrose_pseudoinverse spectral_rep ptriangularize_with_proviso
documentation: assoc actually allows non-list arguments
Documentation seems to have been updated some time ago.
Tobias, I have tried again w/ ECL + Windows and I managed to get a working Maxima. I pushed commit 4d59061 to master to apply changes similar to what you showed above installed ECL via conda install ecl. The installed version is ECL 24.5.10. I found ecl.exe within conda_pkgs in my home folder I did the following in an ECL session. I am working in a Git-bash terminal. $ cd src $ PATH=/c/Users/dodier/conda_pkgs/ecl-24.5.10-h09bb752_1:$PATH ecl.exe > (require 'asdf) > (push #p"./" asdf:*central-registry*)...