You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The code discussed in this tutorial can be found
53
53
<ahref="htps://github.com/djha-skin/calc">here</a>.</p><h1id="install">Install</h1><p>CLIFF is on <ahref="https://github.com/ocicl/ocicl">OCICL</a> and
trying to get it added on Quicklisp</a>.</p><h1id="up-and-running">Up and Running</h1><p>This is a CLI framework/library for the <i>impatient</i>, so
55
+
trying to get it added on Quicklisp</a>. Otherwise, just clone
56
+
<ahref="https://github.com/djha-skin/cliff">the source code</a> out to your
57
+
QuickLisp or ASDF local projects directory.</p><h1id="up-and-running">Up and Running</h1><p>This is a CLI framework/library for the <i>impatient</i>, so
56
58
let's make a CLI tool in Common Lisp <i>really fast</i>.</p><p>We'll make a CLI math calculator.</p><pre><codeclass="lisp">;;; calculator.lisp -- A CLI calculator.
57
59
;;;;
58
60
;;;; SPDX-FileCopyrightText: 2024 Daniel Jay Haskin
0 commit comments