Metadata-Version: 2.1
Name: concat-everywhere
Version: 0.0.1
Summary: Concatenative programming in Python
License: BSD-3-Clause
Author: Justin "Boonie Pepper" Hill
Author-email: justin@so.dang.cool
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

[![discord badge](https://img.shields.io/discord/1150472957093744721?logo=discord)](https://discord.gg/pwrVPJJMfZ)

# `concat-everywhere`

[Concatenative programming](https://concatenative.org) in Python.

```python
from concat_everywhere import *

# TODO
```

# Etc

Released under BSD 3-Clause license, original version by [Justin "Boonie Pepper" Hill](https://so.dang.cool).

[Sources on GitHub](https://github.com/concat-everywhere/concat.py)

