bug-guile
[Top][All Lists]
Advanced

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

overwriting `define'


From: Keisuke Nishida
Subject: overwriting `define'
Date: 06 Oct 2000 18:44:18 -0400
User-agent: SEMI/1.13.7 (Awazu) Chao/1.14.0 (Momoyama) Emacs/20.7 (i686-pc-linux-gnu) MULE/4.1 (AOI)

Hello,

How should this work?

  % guile -q
  guile> (let ((define 1)) (define a 2))
  standard input:1:19: In expression (define a 2):
  standard input:1:19: Wrong type to apply: 1
  ABORT: (misc-error)

I guess define should be always define..



reply via email to

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