A functional programming workshop for non-programmers

Elm Tree Workshop

A workshop that will give you a glimpse into the way software is created. It is intended for people with no prior experience in programming and doesn’t require any technical knowledge. Everybody is welcome! During this 5 days workshop (3 hours each day) you will learn to solve problems using a functional programming language. Together, we will build a program that simulates growth of a tree. In 2019 the workshop was presented to students of Utrecht University.

Visit the website

Latest developments

from see older.

Fix faux browser window buttons size

On by Tad Lispy

index 91c211c..00e067b 100644
--- a/src/BrowserWindow.elm
+++ b/src/BrowserWindow.elm
@@ -28,9 +28,6 @@ window attributes content =
=                |> Element.text
=                |> Element.el
=                    [ color |> Font.color
-                    , Font.size 35
-                    , Element.width (Element.px 20)
-                    , Element.height (Element.px 35)
=                    , Font.center
=                    ]
=    in

Older Devlog Entries