minor learning section changes
This commit is contained in:
parent
3444c978b8
commit
84ea76fb3d
|
@ -418,39 +418,42 @@ and system builder.</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="valign row">
|
<div class="valign row">
|
||||||
<div class="two columns image rounded">
|
<div class="two columns image rounded" style="margin-top: 2pt">
|
||||||
<a href="http://www.htdp.org"><img src="img/htdp-cover.gif" /></a>
|
<a href="http://www.htdp.org"><img src="img/htdp-cover.gif" /></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="four columns">
|
<div class="four columns">
|
||||||
<h4>How to Design Programs</h4>
|
<div class="panetitle">How to Design Programs</div>
|
||||||
<p>A principled approach to designing programs</p>
|
<p>A principled approach to program design</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>DrRacket + teaching languages</li>
|
<li>Teaching language support built-in to DrRacket</li>
|
||||||
<li>For the programming novice</li>
|
<li>Aimed at the programming novice</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="four columns">
|
<div class="four columns">
|
||||||
<h4>Realm of Racket</h4>
|
<div class="panetitle">Realm of Racket</div>
|
||||||
<p>Learn Racket, one game at a time</p>
|
<p>Learn Racket and programming, one game at a time</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Sample code included with Racket</li>
|
<li>Sample game code comes with the Racket distribution</li>
|
||||||
<li>For the Racket beginner</li>
|
<li>For those just starting out with Racket</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="two columns image rounded">
|
<div class="two columns image rounded" style="margin-top: 2pt">
|
||||||
<a href="http://www.realmofracket.com"><img src="img/racket_cover_web.png" /></a>
|
<a href="http://www.realmofracket.com"><img src="img/racket_cover_web.png" /></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
<div class="valign row">
|
<div class="valign row">
|
||||||
<div class="two columns image rounded">
|
<div class="two columns image rounded" style="margin-top: 2pt">
|
||||||
<a href="http://cs.brown.edu/~sk/Publications/Books/ProgLangs/2007-04-26/">
|
<a href="http://cs.brown.edu/~sk/Publications/Books/ProgLangs/2007-04-26/">
|
||||||
<img src="img/plai-cover.jpg" />
|
<img src="img/plai-cover.jpg" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="four columns">
|
<div class="four columns">
|
||||||
<h4>PLAI</h4>
|
<div class="panetitle">PLAI</div>
|
||||||
<p>Foundations of programming languages</p>
|
<p>Foundations of programming languages</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Understand the features that make languages tick</li>
|
<li>Understand the features that make languages tick</li>
|
||||||
|
@ -459,14 +462,14 @@ and system builder.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="four columns">
|
<div class="four columns">
|
||||||
<h4>Semantics Engineering with PLT Redex</h4>
|
<div class="panetitle">Semantics Engineering with PLT Redex</div>
|
||||||
<p>Lightweight automation for semantics</p>
|
<p>Lightweight automation for semantics</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Model your own programming language semantics</li>
|
<li>Model your own programming language semantics</li>
|
||||||
<li>For the working language engineer</li>
|
<li>For the working language engineer</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="two columns image rounded">
|
<div class="two columns image rounded" style="margin-top: 2pt">
|
||||||
<a href="http://redex.racket-lang.org/">
|
<a href="http://redex.racket-lang.org/">
|
||||||
<img src="img/redex-cover.jpg" />
|
<img src="img/redex-cover.jpg" />
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user