add blog entry note to partial continuations code

release
chris.double 2006-03-18 11:52:07 +00:00
parent 2f781ce7c1
commit ac3f9406e4
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
! Based on Scheme code for bshift and breset from:
! http://groups.google.com/group/comp.lang.scheme/msg/9f0d61da01540816
!
! See this blog entry for more details:
! http://www.bluishcoder.co.nz/2006/03/factor-partial-continuation-updates.html
!
IN: continuations
USING: kernel io math prettyprint inspector lists arrays sequences namespaces ;