Chapter 15 - Memoization - function previously defined
33 views
Skip to first unread message
Jon Kiparsky
unread,
Oct 28, 2011, 2:45:29 AM10/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Land of Lisp
I'm just now looking at the memoizations in chapter 15. I'm pretty
sure I understand the concepts - pretty nice stuff - but trying to
compile them, I get a warning that the functions were defined
previously, and a compilation failure.
I've worked out that I need to load the file manually, but is there
any way to load this using C-C C-K (in slime, of course) or do I have
to load this with (load)?
This is under clisp, 2.48.
Edward Kenworthy
unread,
Nov 1, 2011, 2:54:23 AM11/1/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to land-o...@googlegroups.com, Land of Lisp
You can, I think it's C-c C-l (or C-c C-k to compile the current buffer).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Land of Lisp
I use vi and the command prompt for my work, so this doesn't work for
me. I always write a function that compiles and loads the code so all
I have to do is call the function (after I (load) the file the first
time, of course).