;;; cl-scopes/forge - may the forge be with you! ;;;; A Forth-like interpreter implemented in Common Lisp. (defun hello () (format t "Hello Common Lisp - changed!")) (defclass track () ( (taskid :initarg :taskid) (username :initarg :username)))