diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-24 10:28:19 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-24 10:28:19 +0200 |
| commit | aa3ed022f30bfec958fb763507eac91cda939a56 (patch) | |
| tree | a883cdbd13aabfd92713f56470c3472a97c63f32 | |
| parent | da481cea7289c60608827ddbc229677ee26decf2 (diff) | |
more discussion at end
| -rw-r--r-- | _conclusion.qmd | 21 | ||||
| -rw-r--r-- | _filter.qmd | 6 | ||||
| -rw-r--r-- | report.qmd | 2 |
3 files changed, 20 insertions, 9 deletions
diff --git a/_conclusion.qmd b/_conclusion.qmd index ab2b5ba..cbed698 100644 --- a/_conclusion.qmd +++ b/_conclusion.qmd @@ -1,6 +1,19 @@ -*TODO: summarize work, uses and weaknesses* +*FIXME: introduce subsections +on observation/reflection/envision discussions an conclusion* -## Perspectives +## Observations from implementation work + +Programming in Lua has been a new experience +but with a fairly low learning curve, +after discovering (after a day of debugging) the oddity, +compared to dynamically typed languages in general, +that zero is a true value in a boolean context. + +## Reflections on semantic annotations + +*TODO* + +## Future works The central design choice of this project being implemented as a filter @@ -127,3 +140,7 @@ as presented in @Daquino2023, however require further hinting than is currently easily achieved with Pandoc and Quarto tooling, which can likely leverage on this work as well as the planned next phases. + +## Conclusion + +*FIXME: ca 10 linier samlet konklusion på hele projektet* diff --git a/_filter.qmd b/_filter.qmd index 60359ad..e3372f5 100644 --- a/_filter.qmd +++ b/_filter.qmd @@ -40,12 +40,6 @@ but even that aside, Lua-based filters are quite common and the documentation for writing them more detailed than the legacy JSON-based interface. -Programming in Lua has been a new experience -but with a fairly low learning curve, -after discovering (after a day of debugging) the oddity, -compared to dynamically typed languages in general, -that zero is a true value in a boolean context. - ## Components *TODO: First parse Namespace blocks, then AnnotationWords* @@ -100,7 +100,7 @@ are editorial notes not intended for inclusion in the final delivery.* {{< include _evaluation.qmd >}} -# Conclusion +# Discussion and Conclusion {{< include _conclusion.qmd >}} |
