On Thu, Oct 23, 2008 at 6:42 PM, BerlinBrown <[EMAIL PROTECTED]> wrote: > > For example, pseudo code in common lisp, hello_world.lisp: > > (defun hello-world () > (format t "Hello World")) > > (hello-world) > > ---- And then I have a utility to load hello_world.lisp and execute > the hello-world call. > > At the command line: > #Inspect: hello-world function was called > #Hello World > #Inspect: hello-world has finished executing.
This was asked in IRC, and a couple suggestions were posted: http://paste.lisp.org/display/69085 http://paste.lisp.org/display/69086 --Chouser --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---