Hi @egallesio !
This is a suggestion for inclusion in the next release... Just a suggestion of course!
Bug fixes:
Trivial compilation instruction or configure changes:
SRFIs that have no issues:
Documentation:
Optimizations that have no issues:
New examples:
Changes to the core:
Hi @egallesio !
This is a suggestion for inclusion in the next release... Just a suggestion of course!
Bug fixes:
max/min: do not compare complexes #846 -- trivialacosfor numbers outside [-1, +1] #854 -- simple0/0is equal to0)Trivial compilation instruction or configure changes:
DEBUG_VM,STAT_VMandSTK_DEBUGin configure script #785 -- trvial one, gives more info after./configureSRFIs that have no issues:
Documentation:
autoload#738 -- simplecall/ccimplementation #767 -- not really essential, but helps when hackingOptimizations that have no issues:
repeat#844 -- a really nice optimization to small numbers of iterations inrepeat...(not (notinsideif... #850 -- we were not cancelling out(not (notinside conditionals!BIGNUM_FITS_DOUBLEinstead ofBIGNUM_FITS_INTEGER#851 -- we were testing if a bignum fits an INTEGER before storing it in a DOUBLE!New examples:
Makefilegenerate theostkfile, though.Changes to the core:
foldandreduceto the core #734 -- STklos would become more featureful and faster...