summaryrefslogtreecommitdiff
path: root/libguile/memoize.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-02sequence of expressions -> seq of head and tailAndy Wingo1-2/+2
2010-05-27remove scm_memoizer_p and scm_memoizer declarationsAndy Wingo1-3/+0
2010-05-18remove the new scm_memoize_begin, etcAndy Wingo1-16/+0
2010-05-16scm_memoize_lambda updateAndy Wingo1-1/+2
2010-05-07add memoize-begin, memoize-let, etc functionsAndy Wingo1-0/+15
2010-05-07add "memoizer" data typeAndy Wingo1-0/+3
2010-02-19prompt as part of guile's primitive languageAndy Wingo1-1/+3
2010-02-18add with-fluids objects and primitive syntaxAndy Wingo1-0/+2
2010-02-18dynwind is now a part of guile's primitive languageAndy Wingo1-1/+3
2009-12-01add memoized expression accessors to schemeAndy Wingo1-0/+4
2009-12-01new evaluator, y'allAndy Wingo1-0/+106