mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
82 lines
2.9 KiB
HTML
82 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
|
<title>Development blogs – Wren</title>
|
|
<script type="application/javascript" src="../prism.js" data-manual></script>
|
|
<script type="application/javascript" src="../wren.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="../prism.css" />
|
|
<link rel="stylesheet" type="text/css" href="../style.css" />
|
|
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic|Source+Code+Pro:400|Lato:400|Sanchez:400italic,400' rel='stylesheet' type='text/css'>
|
|
<!-- Tell mobile browsers we're optimized for them and they don't need to crop
|
|
the viewport. -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
|
|
</head>
|
|
<body id="top">
|
|
<header>
|
|
<div class="page">
|
|
<div class="main-column">
|
|
<h1><a href="../">wren</a></h1>
|
|
<h2>a classy little scripting language</h2>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div class="page">
|
|
<nav class="big">
|
|
<a href="../"><img src="../wren.svg" class="logo"></a>
|
|
<ul>
|
|
<li><a href="../getting-started.html">Getting Started</a></li>
|
|
<li><a href="../contributing.html">Contributing</a></li>
|
|
<li><a href="../blog">Blog</a></li>
|
|
<li><a href="../try">Try it!</a></li>
|
|
</ul>
|
|
</nav>
|
|
<nav class="small">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<ul>
|
|
<li><a href="../getting-started.html">Getting Started</a></li>
|
|
<li><a href="../contributing.html">Contributing</a></li>
|
|
<li><a href="../blog">Blog</a></li>
|
|
<li><a href="../try">Try it!</a></li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</nav>
|
|
<main>
|
|
<h2>Development blogs</h2>
|
|
<p><a href="3-0.4.0-released.html"><h3>0.4.0 released!</h3></a></p>
|
|
<blockquote>
|
|
<p><date>8 April 2021</date> • 0.4.0 is a big release, here’s all the info! </p>
|
|
</blockquote>
|
|
<p><a href="2-0.3.0-released.html"><h3>0.3.0 released!</h3></a></p>
|
|
<blockquote>
|
|
<p><date>5 June 2020</date> • 0.3.0 release info! Plus some notes and goals for the next release, 0.4.0.</p>
|
|
</blockquote>
|
|
<p><a href="1-0.2.0-and-beyond.html"><h3>0.2.0 and beyond</h3></a></p>
|
|
<blockquote>
|
|
<p><date>30 Sep 2019</date> • Checkpoints, and the plans for 0.3.0.</p>
|
|
</blockquote>
|
|
<p><a href="0-hello-wren.html"><h3>System.print(“hello wren”)</h3></a></p>
|
|
<blockquote>
|
|
<p><date>4 Feb 2019</date> • A short post introducing the blog, the new maintainer, and the immediate term plans for Wren.</p>
|
|
</blockquote>
|
|
</main>
|
|
</div>
|
|
<footer>
|
|
<div class="page">
|
|
<div class="main-column">
|
|
<p>Wren lives
|
|
<a href="https://github.com/wren-lang/wren">on GitHub</a>
|
|
— Made with ❤ by
|
|
<a href="http://journal.stuffwithstuff.com/">Bob Nystrom</a> and
|
|
<a href="https://github.com/wren-lang/wren/blob/main/AUTHORS">friends</a>.
|
|
</p>
|
|
<div class="main-column">
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|