gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: [Axiom-mail] Help with AXIOM


From: root
Subject: [Gcl-devel] Re: [Axiom-mail] Help with AXIOM
Date: Fri, 9 Jan 2004 19:57:25 -0500

You can extend Axiom with lisp functions by either from the command line:

)lisp (defun foo (x y) (+ x y))

or by putting it in a file thus:

(in-package "BOOT")

(defun foo (x y)
  (+ x y))

Tim




reply via email to

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