https://github.com/paninij/paninij
@PaniniJ: a Java compiler plugin to support capsules, a safer, more modular way to write concurrent components.
https://github.com/paninij/paninij
annotation-processor capsule compiler-plugin concurrency java
Last synced: 6 months ago
JSON representation
@PaniniJ: a Java compiler plugin to support capsules, a safer, more modular way to write concurrent components.
- Host: GitHub
- URL: https://github.com/paninij/paninij
- Owner: paninij
- License: gpl-2.0
- Created: 2015-02-06T18:09:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T20:34:54.000Z (over 7 years ago)
- Last Synced: 2024-04-17T16:17:07.534Z (over 1 year ago)
- Topics: annotation-processor, capsule, compiler-plugin, concurrency, java
- Language: Java
- Homepage: https://paninij.github.io
- Size: 6.44 MB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@PaniniJ
----------[](https://travis-ci.org/paninij/paninij)
A realization of Panini via Java compiler plugins. Panini is a capsule-oriented
programming model, which introduces a new programming abstraction, *the
capsule*. The main motivation behind this abstraction is to enable more modular
reasoning about concurrent programs.See https://paninij.github.io/ for basic usage and documentation.