axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] |New,ENTRY,2|


From: Gabriel Dos Reis
Subject: [Axiom-developer] |New,ENTRY,2|
Date: 10 Aug 2007 10:39:37 -0500

Tim --

  Consider the routine 

(defun |New,ENTRY,2| (RULE FN INPUTSTREAM) (declare (special INPUTSTREAM))
  (let (zz)
      (INITIALIZE)
      (SETQ $previousTime (TEMPUS-FUGIT))
      (setq ZZ (CONVERSATION '|PARSE-NewExpr| '|process|))
      (REMFLAG |boot-NewKEY| 'KEY)
      INPUTSTREAM))

from spad.lisp.

When you translated the original code form BOOT to Lisp, you misted
$previousTime for |$previousTime|.

-- Gaby






reply via email to

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