KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
p-ambiata
★ 16
Open GitHub ↗
The prelude.
Download README (.md)
Explore Similar Repositories
spring-boot-with-activiti-drools-example
:
Getting started with Activiti and Spring Boot and Drools
hdf5-cmake-example
:
CMake HDF5 hello world example.
fnuc
:
a functional library for coffeescript (and javascript)
spring-boot-aws
:
Spring Boot Demo application deployed to Amazon AWS
ansible
:
Ansible playbooks to deploy a fullblown geOrchestra instance
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
p-ambiata
?
Download (.md)
p = [](https://travis-ci.org/ambiata/p) ``` The Ambiata Prelude. Short and sweet. ``` General rules. - Safety first. - Consistency of functionality. - Attempt at completeness of functionality across core structures. Guidance - "Should it go in `p`" - Is something that is very general & useful, with an obvious semantic and can be implemented from `base` - YES. - If it is unsafe - NO. - Is there a more general version - NO. - Is it something available in base in only _some_ GHC versions - YES. - It has a lot of dependencies - Probably Not - Maybe case for splitting into p-*. - It introduces name clashes - Probably Not - Consider a standalone module designed to be import qualified in `P`, i.e. `P.Text as T`.