Skip to content

Commit

Permalink
Merge pull request #60 from pmbittner/explain-vatras
Browse files Browse the repository at this point in the history
Explain the name Vatras
  • Loading branch information
pmbittner authored Jul 5, 2024
2 parents 9d04ec6 + f80a04f commit a8ed444
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# On the Expressive Power of Languages for Static Variability
# Vatras -- On the Expressive Power of Languages for Static Variability

[![agda][agda-badge-version-svg]][agda-badge-version-url]

Expand Down Expand Up @@ -40,7 +40,7 @@
> 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.
> 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).
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).
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).

This library formalizes all results in our paper:

Expand Down Expand Up @@ -543,6 +543,11 @@ make: *** [makefile:15: build] Error 42
This error indicates that the `agda-stdlib` git submodule has not been set up correctly.
Executing `git submodule update --init` in the root of the repository should fix the problem.

## Where does the library name 'Vatras' name come from?

The name Vatras is (of course) an acronym, which stands for _VAriability language TRAnslationS_.
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.

[agda-badge-version-svg]: https://img.shields.io/badge/agda-v2.6.4.3-blue.svg
[agda-badge-version-url]: https://github.com/agda/agda/releases/tag/v2.6.4.3
[ghcup]: https://www.haskell.org/ghcup/
Expand Down

0 comments on commit a8ed444

Please sign in to comment.