chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] stream trouble


From: Shawn Rutledge
Subject: [Chicken-users] stream trouble
Date: Fri, 30 Sep 2005 00:54:57 -0700

[nucleus][12:19:42 AM] csi
  _______   _     __
 / ___/ /  (_)___/ /_____ ___
/ /__/ _ \/ / __/  '_/ -_) _ \
\___/_//_/_/\__/_/\_\\__/_//_/

Version 2, Build 2 - linux-unix-gnu-x86 - [ dload ]
(c)2000-2005 Felix L. Winkelmann
#;1> (require-extension stream-wiki)
; loading /usr/lib/chicken/stream-wiki.so ...
; loading /usr/lib/chicken/srfi-40-base.so ...
; loading /usr/lib/chicken/stream-ext.so ...
; loading /usr/lib/chicken/format.so ...
; loading /usr/lib/chicken/stream-parser-base.so ...
; loading /usr/lib/chicken/sandbox.so ...
#;2> (define inp (open-input-file "/var/www/localhost/htdocs/wiki/index.wiki"))
#;3> (define ins (wiki->html inp))
#;4> (stream? ins)
#t
#;5> (stream->string ins)
Error: stream library: "attempt to take stream-car of non-stream"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]