Ah!
I was expecting something in the lines of the clojure repl where it echoes
the function name and its namespace it lives in.
user=> (defn hello []
                (println "hi"))
#'user/hello



On Thu, Jan 27, 2011 at 11:54 AM, David Krentzlin
<da...@lisp-unleashed.de>wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> yes, this is normal behaviour. What you see is the printable
> representation of the return value of the define form.
> As you may have guessed, it has none, so it prints #<unspecified>.
> Try it with a form that does actually produce a value.
>
>
> cheers david
>
>
> On 27.01.2011 14:40, Joe Python wrote:
> > Is it normal behaviour to get the '#<unspecified>' message.
> >
> > ; SLIME 2010-01-03
> > CSI> (define (hello)
> >          (display "Hi"))
> > #<unspecified>
> > CSI>
> >
> >
> >
> > _______________________________________________
> > Chicken-users mailing list
> > Chicken-users@nongnu.org
> > http://lists.nongnu.org/mailman/listinfo/chicken-users
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQIcBAEBAgAGBQJNQaMuAAoJEPZusy+CqjZ2KMAQAKMCO6mAlElo+ekRYye2dNWM
> 5btGfStkj19jqKjiVSOYMvQMJEPy1op8vmT5Zm5Wolqya0rW7EdmjzwduXp/2SY4
> E51/y5+dza/e9MisIQPYmkkP846/UDcdUvhVBh2lZWdpfFE0S1tX/KUMah6B10KO
> dC3AfI4fJY9dtnF4Pe05ZZjSPhTznHClPc9PS34vD7yvE2K8T0zR5U4JNcMVof47
> zP+SyBwGSr+1CTS4B1SwhpZWGter8uX9z/O9U84CfKF2T1Ci/fPlYO2mv3M/u/e8
> p1MlFLYcnlcl2SGVRwUF2vy7g3e7rN3QRJ85tQGrU+Pmb0BeqXWyWoUQiQ/PD/4w
> QaPmKT4KOqGVJ8R6mMVg65JKV5C4zftXIICZHBWhnv0Vs+1jx8rbvaJQ6DcR+CCX
> FEbKK0GMuVxhtwJ3TnSIFXF+ZRTViH5zqinaSchXmrPuUc4ZSJxqWlgEYd7WqsG2
> 5lg2KId/RrLJmRGYyRfllBrrHd72YnaAahijXEY+Z2A48TCNA2FmBdRYWFUy0Lpa
> P69G9R+2UnjBT9sPRpNzy+P8l0Z5XIz70b0vg9e4UjA+m2s9DHGDBL5KeX78rE6w
> yKZE1mc3vormHbBgX8/IlOw/eF3XSsOv4ET8g/GMPXoULqzCcgQbytAtt0pOzzzZ
> 6KmLpFcf4eqTTgZVBx+G
> =+49l
> -----END PGP SIGNATURE-----
>
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to