summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..63d5b2f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,37 @@
+<title>Marc's Programming Notes</title>
+<!-- generated by build.sh. DO NOT EDIT. -->
+<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 href="https://mstdn.fr/@mvertes"><span class="citation"
+data-cites="mvertes">@mvertes</span></a></li>
+</ul>
+<hr>From: Marc Vertes, 03 may 2023