Skip to content

Commit df47de9

Browse files
committed
Refactor README to clarify language version differences.
1 parent 022a7b5 commit df47de9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
# The "Reducing Programs to Objects" Paper in LaTeX
1+
# Reducing Programs to Objects
22

33
[![arXiv](https://img.shields.io/badge/arXiv-2112.11988-green.svg)](https://arxiv.org/abs/2112.11988)
44
[![make](https://github.com/yegor256/reducing-programs-to-objects/actions/workflows/latexmk.yml/badge.svg)](https://github.com/yegor256/reducing-programs-to-objects/actions/workflows/latexmk.yml)
55

6+
> [!WARNING]
7+
> This paper describes an earlier version of EO, where we had the `cage` object.
8+
> The current version of the language is different.
9+
> The paper needs serious re-writing.
10+
611
The paper is published in [arXiv] (the draft is in this [PDF]).
712

813
To build it, just run:
@@ -20,7 +25,7 @@ and
2025
[`texqc`](https://rubygems.org/gems/texqc)
2126
installed.
2227

23-
Once compiled and packaged, upload zip archive to [arXiv].
28+
Once compiled and packaged, upload the zip archive to [arXiv].
2429

2530
[PDF]: https://github.com/objectionary/reducing-programs-to-objects/blob/gh-pages/paper.pdf
2631
[arXiv]: https://arxiv.org/abs/2112.11988

0 commit comments

Comments
 (0)