From 5747c2b4f960fbf7fd239b3a8c2147bc823ca3f6 Mon Sep 17 00:00:00 2001 From: Mariano Montone <marianomontone@gmail.com> Date: Mon, 14 May 2018 15:02:36 -0300 Subject: [PATCH] Start project video --- content/downloads.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/downloads.html b/content/downloads.html index 0f307cd..5cd6be8 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -1,5 +1,6 @@ <h1><i class="fa fa-walking"></i> Getting started</h1> -<h2>Download/Install</h2> + +<h2>Download and Install</h2> <p>Common Lisp comes in many different flavors, or implementations. Two popular ones are Steel Bank Common Lisp (SBCL) and Clozure Common Lisp (CCL).</p> <ul> @@ -25,6 +26,10 @@ <p>Also, you may want check out <a href="http://articulate-lisp.com">Articulate Lisp site</a> for getting started on Common Lisp ecosystem. </p> +<h2>Setup your project</h2> + +<iframe width="560" height="315" src="https://www.youtube.com/embed/SPgjgybGb5o" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + <h2>Try it online</h2> <p>This is a <a href="https://github.com/jscl-project/jscl">JSCL</a> Lisp REPL running on the Web. Note that it is not a complete Common Lisp implementation, but enough to have a taste of it:</p> -- GitLab