[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sbcl-help
Subject:    Re: [Sbcl-help] How to silence error messages on LOAD?
From:       Stas Boukarev <stassats () gmail ! com>
Date:       2019-06-03 12:38:57
Message-ID: CAF63=12Qni6xgiZQD=FvU2waMCr8tBFUsLs2J-LqcSrXuiu+kA () mail ! gmail ! com
[Download RAW message or body]

% cat foo.lisp
(defun start ()
  (loop for i from 1 upto 100 do (format t "~D~%" i)))
% cat loader.lisp
(load "foo.lisp")
(start)

Wouldn't print anything either.

On Mon, Jun 3, 2019 at 3:36 PM Stas Boukarev <stassats@gmail.com> wrote:
>
> On Mon, Jun 3, 2019 at 3:20 PM Teemu Likonen <tlikonen@iki.fi> wrote:
> >
> > Stas Boukarev [2019-06-03 15:03:28+03] wrote:
> >
> > > % cat foo.lisp
> > > (loop for i from 1 upto 100 do (format t "~D~%" i))
> > > % sbcl --script foo.lisp | head -n3
> > > 1
> > > 2
> > > 3
> > > %
> >
> > You are not doing what I described in my first message. There are two
> > files: loader.lisp and code.lisp. The example files are as minimal as I
> > could think of.
>
> Yes, I'm not doing what your code is doing, but it doesn't print any errors.


_______________________________________________
Sbcl-help mailing list
Sbcl-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-help
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic