Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/objectionary/eolang-paper
The original paper about EOLANG and phi-calculus
https://github.com/objectionary/eolang-paper
eolang latex oop oop-principles research-paper
Last synced: about 2 months ago
JSON representation
The original paper about EOLANG and phi-calculus
- Host: GitHub
- URL: https://github.com/objectionary/eolang-paper
- Owner: objectionary
- Created: 2024-04-09T15:44:53.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T17:58:11.000Z (4 months ago)
- Last Synced: 2024-09-14T09:03:21.338Z (4 months ago)
- Topics: eolang, latex, oop, oop-principles, research-paper
- Language: TeX
- Homepage: https://arxiv.org/abs/2111.13384
- Size: 57.6 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![arXiv](https://img.shields.io/badge/arXiv-2111.13384-green.svg)](https://arxiv.org/abs/2111.13384)
[![make](https://github.com/objectionary/eolang-paper/actions/workflows/latexmk.yml/badge.svg)](https://github.com/objectionary/eolang-paper/actions/workflows/latexmk.yml)This is the first paper about [EOLANG](https://www.eolang.org) and φ-calculus.
To build it, just run:
```bash
make
```You need to have
[LaTeX](https://www.latex-project.org/get/),
[`aspell`](http://aspell.net/),
[`jq`](https://stedolan.github.io/jq/),
[`biblint`](https://github.com/Kingsford-Group/biblint),
[`texsc`](https://rubygems.org/gems/texsc),
and
[`texqc`](https://rubygems.org/gems/texqc)
installed.You may also want to check whether your LaTeX installation has
all the packages required [in here](https://github.com/objectionary/eolang-paper/blob/master/.github/workflows/latexmk.yml).
If you miss any of them, install, for example, with the help of
[`tlmgr`](https://tug.org/texlive/tlmgr.html).Once compiled and packaged, upload zip archive to [arXiv](https://arxiv.org/abs/2111.13384).