From aa3ed022f30bfec958fb763507eac91cda939a56 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 24 May 2025 10:28:19 +0200 Subject: more discussion at end --- _conclusion.qmd | 21 +++++++++++++++++++-- _filter.qmd | 6 ------ 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* diff --git a/report.qmd b/report.qmd index a827201..89329ae 100644 --- a/report.qmd +++ b/report.qmd @@ -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 >}} -- cgit v1.2.3