This web site hosts the notional machines collected by the ITiCSE'20 Working Group.
[Variable as Box]({% post_url 2020-06-16-VariableAsBox %})
-
{% for post in site.posts %}
- {{ post.title }} {% endfor %}
We organized the notional machines by tags.
{% for tag in site.tags %}
-
{% for post in tag[1] %}
- {{ post.title }} {% endfor %}