diff --git a/in-progress/latl-primitives.scm b/in-progress/latl-primitives.scm index e69de29..9067450 100644 --- a/in-progress/latl-primitives.scm +++ b/in-progress/latl-primitives.scm @@ -0,0 +1,14 @@ +(article + (hgroup + (h1 "latl primitives") + (p (em "what will latl provide out of the box?"))) + (p + ;; show some diagrams of what is needed. no pseudocode. + ;; + "") + (section + (hgroup + (h2 "") + (p (em ""))) + "") + ) \ No newline at end of file