|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"><head> |
| 3 | + <meta charset="utf-8"> |
| 4 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 --> |
| 6 | +<title>About | Tim’s code stuff</title> |
| 7 | +<meta name="generator" content="Jekyll v4.3.3" /> |
| 8 | +<meta property="og:title" content="About" /> |
| 9 | +<meta property="og:locale" content="en_US" /> |
| 10 | +<meta name="description" content="Examples and tutorials for various programming paradigms." /> |
| 11 | +<meta property="og:description" content="Examples and tutorials for various programming paradigms." /> |
| 12 | +<meta property="og:site_name" content="Tim’s code stuff" /> |
| 13 | +<meta property="og:type" content="website" /> |
| 14 | +<meta name="twitter:card" content="summary" /> |
| 15 | +<meta property="twitter:title" content="About" /> |
| 16 | +<script type="application/ld+json"> |
| 17 | +{"@context":"https://schema.org","@type":"WebSite","description":"Examples and tutorials for various programming paradigms.","headline":"About","name":"Tim’s code stuff","url":"/about/"}</script> |
| 18 | +<!-- End Jekyll SEO tag --> |
| 19 | +<link rel="shortcut icon" href="/assets/images/favicon.ico" /> |
| 20 | + <link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Tim’s code stuff" /><!-- Global site tag (gtag.js) - Google Analytics --> |
| 21 | +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159840333-1"></script> |
| 22 | +<script> |
| 23 | + window.dataLayer = window.dataLayer || []; |
| 24 | + function gtag(){dataLayer.push(arguments);} |
| 25 | + gtag('js', new Date()); |
| 26 | + |
| 27 | + gtag('config', 'UA-159840333-1'); |
| 28 | +</script></head> |
| 29 | +<script src="/assets/js/spoilers.js" defer></script> |
| 30 | + <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> |
| 31 | + <body><header class="site-header"> |
| 32 | + |
| 33 | + <div class="wrapper"><a class="site-title" rel="author" href="/">Tim’s code stuff</a> |
| 34 | + <script src="/assets/js/hide_solutions.js" defer></script><nav class="site-nav"> |
| 35 | + <input type="checkbox" id="nav-trigger" class="nav-trigger" /> |
| 36 | + <label for="nav-trigger"> |
| 37 | + <span class="menu-icon"> |
| 38 | + <svg viewBox="0 0 18 15" width="18px" height="15px"> |
| 39 | + <path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/> |
| 40 | + </svg> |
| 41 | + </span> |
| 42 | + </label> |
| 43 | + |
| 44 | + <div id="nav-menu" class="trigger"><a class="page-link" href="/about/">About</a><a class="page-link" href="/">Notes on Programming Paradigms</a><!-- Radio Switch --> |
| 45 | + <div id="toggle-div" style="display: none;"> |
| 46 | + <p class="page-link" style="margin-bottom: 0px;">Show Solutions?</p> |
| 47 | + <label class="switch" style="vertical-align: middle;"> |
| 48 | + <input type="checkbox" id="toggle-switch"> |
| 49 | + <span class="slider round"></span> |
| 50 | + </label> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + </nav></div> |
| 54 | + |
| 55 | +</header> |
| 56 | +<main class="page-content" aria-label="Content"> |
| 57 | + <div class="wrapper"> |
| 58 | + <article class="post"> |
| 59 | + |
| 60 | + <header class="post-header"> |
| 61 | + <h1 class="post-title">About</h1> |
| 62 | + </header> |
| 63 | + |
| 64 | + <div class="post-content"> |
| 65 | + <p>These are course notes for a second-year Programming Paradigms course that focuses on introducing functional programming concepts, first in JavaScript, then introducing type systems through TypeScript, and finally diving in to Haskell.</p> |
| 66 | + |
| 67 | +<p>The <a href="https://github.com/tgdwyer/tgdwyer.github.io">Markdown source for these notes is available at GitHub</a>. Pull-requests with corrections or suggested changes are most welcome.</p> |
| 68 | + |
| 69 | +<p>To cite these course notes, please use the following DOI: |
| 70 | +<a href="https://doi.org/10.5281/zenodo.5226211"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.5226211.svg" alt="DOI" /></a></p> |
| 71 | + |
| 72 | + </div> |
| 73 | + |
| 74 | +</article> |
| 75 | + |
| 76 | + </div> |
| 77 | + </main><footer class="site-footer h-card"> |
| 78 | + <data class="u-url" href="/"></data> |
| 79 | + |
| 80 | + <div class="wrapper"> |
| 81 | + |
| 82 | + <div class="footer-col-wrapper"> |
| 83 | + <div class="footer-col"> |
| 84 | + <!-- <p class="feed-subscribe"> |
| 85 | + <a href="/feed.xml"> |
| 86 | + <svg class="svg-icon orange"> |
| 87 | + <use xlink:href="/assets/minima-social-icons.svg#rss"></use> |
| 88 | + </svg><span>Subscribe</span> |
| 89 | + </a> |
| 90 | + </p> --> |
| 91 | + </div> |
| 92 | + <div class="footer-col"> |
| 93 | + <p>Examples and tutorials for various programming paradigms.</p> |
| 94 | + </div> |
| 95 | + </div> |
| 96 | + |
| 97 | + <div class="social-links"><ul class="social-media-list"><li> |
| 98 | + <a rel="me" href="https://github.com/tgdwyer" target="_blank" title="github"> |
| 99 | + <svg class="svg-icon grey"> |
| 100 | + <use xlink:href="/assets/minima-social-icons.svg#github"></use> |
| 101 | + </svg> |
| 102 | + </a> |
| 103 | +</li> |
| 104 | +<li> |
| 105 | + <a rel="me" href="https://x.com/immersivecola" target="_blank" title="x"> |
| 106 | + <svg class="svg-icon grey"> |
| 107 | + <use xlink:href="/assets/minima-social-icons.svg#x"></use> |
| 108 | + </svg> |
| 109 | + </a> |
| 110 | +</li> |
| 111 | +</ul> |
| 112 | +</div> |
| 113 | + |
| 114 | + </div> |
| 115 | + |
| 116 | + </footer></body> |
| 117 | + |
| 118 | +</html> |
0 commit comments