Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 2.04 KB

DESIGN.md

File metadata and controls

37 lines (22 loc) · 2.04 KB

pions design

Table of Contents

What does this package do?

pions are design to be fundamental building block functions for common functional programming use-cases which are not available in the relevant programming language by default.

How is it different from what I already use?

WORK IN PROGRESS: pions is still in the design phase.

Why should I adopt it?

WORK IN PROGRESS: pions is still in the design phase.

How do I contribute to this package?

pions is a part of the Open Source Universe. All Projects in the Open Source Universe follow the same Contribution Guidelines & Process.

We would love for you to contribute to the Open Source Universe!

Also check out the rewards offered for contributing to the Open Source Universe.

How do I adopt this design in my framework, language, etc.?

pions only plans to initially support Typescript & JavaScript Applications. However, we would love for the community to contribute versions for other languages (Java, Go, etc.)

When creating an implementation for another language, we encourage that the implementation follow the Open Source Universe Principles & follows the same design (this document) & specifications (unit tests) as the Typescript & JavaScript Implementation.