diff --git a/content/downloads.html b/content/downloads.html index 0f307cd17988d3bfd51af149611b3d84d5d128ae..5cd6be85d5f4a510bc64999e35cc4749cd9d27c8 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>