Recent content by ddatta8

  1. D

    What is the issue with executing append in Drscheme using lazyscheme?

    Thanks but even if I do (append 'a '(c d)) /(append '(a b) 'c), I get the following error messages: . . car: expects argument of type <pair>; given a/(a . #<promise:...cts/lazy/lazy.ss:453:38>)
  2. D

    What is the issue with executing append in Drscheme using lazyscheme?

    I am trying to execute the code (append '(a b) '(c d)) in drscheme using lazyscheme and I am getting the following output: (a . #<promise:...cts/lazy/lazy.ss:453:38>). What is the problem? Thanks.
Back
Top