-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (124 loc) · 6.87 KB
/
index.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<html lang="en">
<meta charset="utf-8">
<title>Expressions of Change</title>
<meta name="description" content="Expressions of Change was a research project that aims to improve the tools for constructing ever-changing computer programs by putting the changes themselve...">
<meta name="keywords" content="">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="Expressions of Change">
<meta property="og:description" content="Expressions of Change was a research project that aims to improve the tools for constructing ever-changing computer programs by putting the changes themselve...">
<meta property="og:url" content="/">
<meta property="og:site_name" content="Expressions of Change">
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Expressions of Change Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Type -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic" rel='stylesheet' type='text/css' />
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/assets/css/entypo.css" media="all">
<!-- In order to use Calendas Plus, you must first purchase it. Then, create a font-face package using FontSquirrel.
<link rel='stylesheet' href='/assets/cal.css' media='all' />
-->
<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/i.css">
<link rel="stylesheet" href="/assets/css/syntax.css">
<!-- Fresh Squeezed jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta http-equiv="cleartype" content="on">
<!-- Load Modernizr -->
<script src="/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="/favicon.ico">
<script defer data-domain="expressionsofchange.org" src="https://plausible.io/js/script.js"></script>
<div id="bump">
<body class="">
<header class="site-header">
<div class="wrap">
<hgroup>
<h1><a href="/">Expressions of Change</a></h1>
</hgroup>
<a href="#nav" class="menu"><span class='icons'>☰</span></a>
<nav role="navigation">
<ul>
<li><a href="/" >Home</a></li>
<li><a href="/about/" >About</a></li>
<li><a href="/project-motivation/" >Motivation</a></li>
<li><a href="/the-editor/" >The Editor</a></li>
<li><a href="/recent/" >All posts</a></li>
<li><a href="/videos/" >Videos</a></li>
</ul>
</nav>
</div>
</header>
<section class="article">
<article class="wrap post">
<header class="post-header">
<hgroup>
<p class="intro"><em>Expressions of Change</em> was a research project that aims to improve the tools for constructing ever-changing computer programs by putting the changes themselves central in the programming experience.
</p>
</hgroup>
</header>
<p>Below is a video with a 3-minute overview of the project.</p>
<p class="videoWrapper">
<iframe width="680" height="382" src="https://www.youtube.com/embed/KA2TjX595tA?cc_load_policy=1&cc_lang_pref=en" frameborder="0" allowfullscreen=""></iframe>
</p>
<p><a href="/videos/">Videos of longer talks</a> are also available, as well as <a href="/about/">a textual explanation of the project’s status, motivation and goals</a>.</p>
<h3 id="news">News</h3>
<p>NOTE: Klaas’ sabbatical ended May 2018; He is currently working on <a href="https://www.bugsink.com/">Bugsink: Self-Hosted Error Tracking</a>. Work on the project is paused until further notice.</p>
<p>The <a href="/source-code-published/">source code is available on Github</a> (May 5, 2018)</p>
<p>The paper “Clef design: Thoughts on the Formalization of Program Construction” <a href="/clef-design-marbella-talk-live/">has been presented</a> at the European Lisp Symposium 2018. (April 17, 2018)</p>
<p>I was honored to speak at the celebratory 100th edition of the <a href="/clojure-meetup/">Amsterdam Clojure Meetup</a>. (March 14, 2018)</p>
<p>The video of the lightning talk at <a href="/lambda-days-2018-lightning-talk/">Lambda Days 2018</a> is up. (Febuary 20, 2018)</p>
</article>
</section>
</div>
<div class="push"></div>
<footer>
<aside class="wrap">
<ol class="prev-posts">
<p class="list-title">Recent Posts</p>
<li>
<span class="recent-title"><a href="/homoiconicity-revisited/" title="Homoiconicity revisited">Homoiconicity revisited </a></span>
<span class="date">Jun 02, 2020</span>
</li>
<li>
<span class="recent-title"><a href="/animating-implementation/" title="Animating history: Implementation">Animating history: Implemen... </a></span>
<span class="date">Oct 16, 2018</span>
</li>
<li>
<span class="recent-title"><a href="/animating-history-transitions/" title="Animating history transitions">Animating history transitions </a></span>
<span class="date">Jun 01, 2018</span>
</li>
<li>
<span class="recent-title"><a href="/source-code-published/" title="Source code published">Source code published </a></span>
<span class="date">May 05, 2018</span>
</li>
<li>
<span class="recent-title"><a href="/clef-design-marbella-talk-live/" title="Talk at the European Lisp Symposium">Talk at the European Lisp S... </a></span>
<span class="date">Apr 19, 2018</span>
</li>
<li>
<span class="recent-title"><a href="/european-lisp-symposium-paper-accepted/" title="ELS 2018: Paper accepted">ELS 2018: Paper accepted </a></span>
<span class="date">Mar 20, 2018</span>
</li>
<li>
<span class="recent-title"><a href="/recent/" title="More...">More... </a></span>
</li>
</ol>
<div class="social">
<ul>
<li><a href="https://www.linkedin.com/in/klaasvanschelven/"><span class="foot-link">© Klaas van Schelven</span></a></li>
</ul>
</div>
</aside>
<small>© 2025 Klaas van Schelven.</small>
</footer>
<!-- If they're out, get some from the cellar -->
<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="/assets/js/retina.min.js"></script>
<!-- Custom JS -->
<script src="/assets/js/scripts.js"></script>
</body>
</html>