Add lab 4 content.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<title>CS2163 Blog</title>
|
||||
<meta name="description" content="CS2163 Blog">
|
||||
<meta name="author" content="Isaac Shoebottom">
|
||||
<meta name="keywords" content="frog, lab, all, git, racket, cs2163">
|
||||
<meta name="keywords" content="frog, cs2613, lab, all, scribble, git, racket, cs2163">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="canonical" href="http://www.example.com/index.html">
|
||||
@ -57,7 +57,7 @@
|
||||
</a>
|
||||
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\lab.html">lab</a><a class="dropdown-item" href="/tags\racket.html">racket</a>
|
||||
<a class="dropdown-item" href="/tags\cs2163.html">cs2163</a><a class="dropdown-item" href="/tags\cs2613.html">cs2613</a><a class="dropdown-item" href="/tags\frog.html">frog</a><a class="dropdown-item" href="/tags\git.html">git</a><a class="dropdown-item" href="/tags\lab.html">lab</a><a class="dropdown-item" href="/tags\racket.html">racket</a><a class="dropdown-item" href="/tags\scribble.html">scribble</a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@ -90,6 +90,32 @@
|
||||
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='/2022\09\lab-three-scribble-demo.html'>Lab Three Scribble Demo</a></h2>
|
||||
<p class='date-and-tags'>
|
||||
<time datetime="2022-09-21" pubdate="true">2022-09-21</time> - <span class="tags"><a href="/tags\cs2613.html">cs2613</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\racket.html">racket</a>, <a href="/tags\scribble.html">scribble</a></span></p>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<p>Demo of how Scribble works</p>
|
||||
<footer>
|
||||
<a href='/2022\09\lab-three-scribble-demo.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='/2022\09\lab-four.html'>Lab Four</a></h2>
|
||||
<p class='date-and-tags'>
|
||||
<time datetime="2022-09-21" pubdate="true">2022-09-21</time> - <span class="tags"><a href="/tags\cs2163.html">cs2163</a>, <a href="/tags\lab.html">lab</a>, <a href="/tags\racket.html">racket</a>, <a href="/tags\scribble.html">scribble</a></span></p>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<p>In this lab I learned about using functions as values, recursion, scribble, and modules in Racket.</p>
|
||||
<footer>
|
||||
<a href='/2022\09\lab-four.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='/2022\09\lab-three.html'>Lab Three</a></h2>
|
||||
<p class='date-and-tags'>
|
||||
|
Reference in New Issue
Block a user