Skip to content

Commit

Permalink
minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtaozf committed Nov 15, 2018
1 parent 8a36674 commit 19b2445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Firstly we define a new package for this demo project and switch to it.
** a demo function to a recursive assoc implementation
As a demo project, we just show a demo function ~recursive-assoc~ here.
the function [[http://clhs.lisp.se/Body/f_assocc.htm][cl:assoc]] only find first level item from an [[http://clhs.lisp.se/Body/26_glo_a.htm#association_list][association list]], when I want to
find item from an association list contains many other association list in depth level, I
find item from an association list contains many other association list with deep level, I
have to write codes like this which will lead the codes too long.
#+BEGIN_SRC lisp :tangle test
(assoc :b (assoc :a '((:a . ((:b . c))))))
Expand Down

0 comments on commit 19b2445

Please sign in to comment.