From ccbf823a38bf8c403b5019fb8800123fa5183792 Mon Sep 17 00:00:00 2001 From: Ilya Khaprov Date: Wed, 2 Mar 2016 03:24:16 -0800 Subject: [PATCH] common-lisp: tutorial two code --- common-lisp/new-task.lisp | 17 +++++++++++++++++ common-lisp/worker.lisp | 28 ++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100755 common-lisp/new-task.lisp create mode 100755 common-lisp/worker.lisp diff --git a/common-lisp/new-task.lisp b/common-lisp/new-task.lisp new file mode 100755 index 0000000..10c66e9 --- /dev/null +++ b/common-lisp/new-task.lisp @@ -0,0 +1,17 @@ +#!/bin/sh + +sbcl --noinform --noprint $@ <