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

https://github.com/ourplcc/plcc-ng

In development: Reimagining PLCC.
https://github.com/ourplcc/plcc-ng

Last synced: 16 days ago
JSON representation

In development: Reimagining PLCC.

Awesome Lists containing this project

README

          

# plcc-ng

plcc-ng is a tool for teaching and learning programming language concepts.
It is a reimagining of [PLCC](https://github.com/ourPLCC/plcc).

**[Documentation](https://ourplcc.github.io/plcc-ng/)**

## Install

```bash
pip install plcc-ng
```

> This package has a separate identity from the original `plcc` package.
> `plcc-ng` is experimental — no compatibility guarantees with `plcc` until a stable 1.0 release.

## Licensing

Developers license contributions under [AGPL-3.0-or-later](LICENSES/AGPL-3.0-or-later.txt) and sign off on the
[DCO-1.1](DCO-1.1.txt).

## Community

- [Code of conduct](CODE_OF_CONDUCT.md)
- [Discord server](https://discord.gg/EVtNSxS9E2)
- [Developer docs](https://ourplcc.github.io/plcc-ng/dev-docs/)

## Development

See [CONTRIBUTING.md](CONTRIBUTING.md) for the development workflow, test tiers, and TDD inner loop.