|
1 |
| -# On the Expressive Power of Languages for Static Variability |
| 1 | +# Vatras -- On the Expressive Power of Languages for Static Variability |
2 | 2 |
|
3 | 3 | [![agda][agda-badge-version-svg]][agda-badge-version-url]
|
4 | 4 |
|
|
40 | 40 | > Our "Notes on Mechanized Proofs" gives detailed information on our paper-to-artifact correspondence including a table that documents where and how every definition, theorem, or proof is formalized in Agda.
|
41 | 41 | > Moreover, our demo replays the round-trip running example of translating a configurable sandwich to the various languages (Section 3) using our compilers (Section 5).
|
42 | 42 |
|
43 |
| -This is the supplementary Agda library for our paper _On the Expressive Power of Languages for Static Variability_ conditionally accepted at Object-Oriented Programming, Systems, Languages & Applications 2024 (OOPSLA 2024). |
| 43 | +This is the supplementary Agda library, called Vatras, for our paper _On the Expressive Power of Languages for Static Variability_ conditionally accepted at Object-Oriented Programming, Systems, Languages & Applications 2024 (OOPSLA 2024). |
44 | 44 |
|
45 | 45 | This library formalizes all results in our paper:
|
46 | 46 |
|
@@ -543,6 +543,11 @@ make: *** [makefile:15: build] Error 42
|
543 | 543 | This error indicates that the `agda-stdlib` git submodule has not been set up correctly.
|
544 | 544 | Executing `git submodule update --init` in the root of the repository should fix the problem.
|
545 | 545 |
|
| 546 | +## Where does the library name 'Vatras' name come from? |
| 547 | + |
| 548 | +The name Vatras is (of course) an acronym, which stands for _VAriability language TRAnslationS_. |
| 549 | +Besides, Vatras is a water mage in the classic german RPG [Gothic II](https://almanach.worldofgothic.de/index.php/Vatras), who is praying to the god Adanos, who brings "some kind of equality" very loosely speaking. |
| 550 | + |
546 | 551 | [agda-badge-version-svg]: https://img.shields.io/badge/agda-v2.6.4.3-blue.svg
|
547 | 552 | [agda-badge-version-url]: https://github.com/agda/agda/releases/tag/v2.6.4.3
|
548 | 553 | [ghcup]: https://www.haskell.org/ghcup/
|
|
0 commit comments