An open API service indexing awesome lists of open source software.

https://github.com/liao961120/parallelcode

Parallel Text for R, Python, and Bash
https://github.com/liao961120/parallelcode

bash python r

Last synced: about 2 months ago
JSON representation

Parallel Text for R, Python, and Bash

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/liao961120/parallelCode.svg?branch=master)](https://travis-ci.org/liao961120/parallelCode)

# Parallel Text for Programming Languages

A document for comparing code written in R, Python, and Bash.

## Reproduce

This document is written using [bookdown](https://bookdown.org/yihui/bookdown). All R, Python, and Bash code is run when the document is compiled.

To compile the document, run

```bash
bash build.sh
```

The compiled HTML document, along with its dependencies, will be generated in `docs/` folder.