-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi @egallesio !
This is a suggestion for inclusion in the next release... Just a suggestion of course!
Bug fixes:
- [trivial]
max/min: do not compare complexes #846 -- trivial - [simple] Fix
acosfor numbers outside [-1, +1] #854 -- simple - [trivial] Fix 0/0 (which should not be zero) #876 -- trivial, and important (currently,
0/0is equal to0)
Trivial compilation instruction or configure changes:
- [simple] Fix Android build instructions #687 -- I think this one is important... Without it, the build instructions for Android are non-functional
- [trivial] Mention status of
DEBUG_VM,STAT_VMandSTK_DEBUGin configure script #785 -- trvial one, gives more info after./configure
SRFIs that have no issues:
- Add SRFI 225 - Dictionaries (without subdirectories) #867
- Add SRFI 264: String Syntax for Scheme Regular Expressions #835
- [simple ?] Add SRFI 239 - Destructuring Lists #716
Documentation:
- [trivial] Document
autoload#738 -- simple - [simple] Document the C part of
call/ccimplementation #767 -- not really essential, but helps when hacking
Optimizations that have no issues:
- [somewhat simple (?)] Optimize rational comparison; also optimize general number comparisons #768 -- no issues, gives nice speedup, just a better method
- Optimize SRFI-1 #800 -- big optimizations, but nothing complicated
- [simple] Optimize
repeat#844 -- a really nice optimization to small numbers of iterations inrepeat... - [simple] Optimize LCM #848 -- Optimizes LCM. Simple enhancement, and a nice, unexpected speedup!
- [simple] Optimize away
(not (notinsideif... #850 -- we were not cancelling out(not (notinside conditionals! - [simple] Use
BIGNUM_FITS_DOUBLEinstead ofBIGNUM_FITS_INTEGER#851 -- we were testing if a bignum fits an INTEGER before storing it in a DOUBLE!
New examples:
- [simple] Add example of R7RS library #742 -- simple example. I could not make the
Makefilegenerate theostkfile, though. - Add an example of object oriented program #681 -- not just "an OO example", I actually had fun using it. "use the terminal as canvas for drawing colorful geometric objects" :)
- Add example using regexps #678 -- not "Unix-like", and fixing it is left as an exercise...
Changes to the core:
- Add
foldandreduceto the core #734 -- STklos would become more featureful and faster...
Metadata
Metadata
Assignees
Labels
No labels