summaryrefslogtreecommitdiff
path: root/index.html
blob: c5d08cdf26e90d98d61015016f101b55e2e79992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<title>Marc's Programming Notes</title>
<!-- generated by build.sh. DO NOT EDIT. -->
<!DOCTYPE html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
  body {
	  max-width: 45rem;
	  margin: auto;
	  padding: 0.5em;
	  text-align: justify;
  }
  h1 { text-align: center }
  pre {
    border: 1px solid;
	padding: 1ch;
	border-radius: 5px;
	overflow: auto;
	background-color: #eee;
  }
</style>

<h1 id="marcs-programming-notes">Marc’s Programming Notes</h1>
<p>A blog about programming and other stories.</p>
<h2 id="posts">Posts</h2>
<ul>
<li><p><a href="yaegi-internals">Yaegi-Internals</a> may 2023</p>
<p>The anatomy of a Go interpreter.</p></li>
</ul>
<h2 id="contact">Contact</h2>
<ul>
<li>Email: mvertes@free.fr</li>
<li>Github: <a href="https://github.com/mvertes"><span class="citation"
data-cites="mvertes">@mvertes</span></a></li>
<li>Mastodon: <a rel="me" href="https://mstdn.fr/@mvertes"><span class="citation"
data-cites="mvertes">@mvertes</span></a></li>
</ul>
<hr><small>Unless otherwise noted, posts are licensed under 
<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</small>