index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
memoize.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify variable resolution in the evaluator
...
Andy Wingo
2014-12-07
1
-6
/
+4
*
Add capture-env to evaluator
...
Andy Wingo
2014-12-06
1
-1
/
+2
*
Be smarter about capturing the environment for memoized code
...
Andy Wingo
2013-10-31
1
-0
/
+1
*
Memoized expressions are pairs, not SMOBs
...
Andy Wingo
2013-10-27
1
-8
/
+2
*
Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops
...
Andy Wingo
2013-06-28
1
-2
/
+0
*
dynamic-wind in terms of wind and unwind; remove <dynwind>, @dynamic-wind
...
Andy Wingo
2013-06-27
1
-2
/
+0
*
remove @call-with-values memoizer
...
Andy Wingo
2013-06-27
1
-1
/
+0
*
remove @call-with-current-continuation memoizer
...
Andy Wingo
2013-06-27
1
-1
/
+0
*
remove @apply memoizer
...
Andy Wingo
2013-06-27
1
-2
/
+1
*
Remove @prompt memoizer
...
Andy Wingo
2013-06-27
1
-2
/
+1
*
sequence of expressions -> seq of head and tail
...
Andy Wingo
2011-06-02
1
-2
/
+2
*
remove scm_memoizer_p and scm_memoizer declarations
...
Andy Wingo
2010-05-27
1
-3
/
+0
*
remove the new scm_memoize_begin, etc
...
Andy Wingo
2010-05-18
1
-16
/
+0
*
scm_memoize_lambda update
...
Andy Wingo
2010-05-16
1
-1
/
+2
*
add memoize-begin, memoize-let, etc functions
...
Andy Wingo
2010-05-07
1
-0
/
+15
*
add "memoizer" data type
...
Andy Wingo
2010-05-07
1
-0
/
+3
*
prompt as part of guile's primitive language
...
Andy Wingo
2010-02-19
1
-1
/
+3
*
add with-fluids objects and primitive syntax
...
Andy Wingo
2010-02-18
1
-0
/
+2
*
dynwind is now a part of guile's primitive language
...
Andy Wingo
2010-02-18
1
-1
/
+3
*
add memoized expression accessors to scheme
...
Andy Wingo
2009-12-01
1
-0
/
+4
*
new evaluator, y'all
...
Andy Wingo
2009-12-01
1
-0
/
+106