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.
- Host: GitHub
- URL: https://github.com/ourplcc/plcc-ng
- Owner: ourPLCC
- Created: 2025-02-06T13:30:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-29T19:18:15.000Z (21 days ago)
- Last Synced: 2026-06-29T19:26:36.584Z (21 days ago)
- Language: Python
- Size: 15.7 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSES/AGPL-3.0-or-later.txt
- Code of conduct: CODE_OF_CONDUCT.md
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.