Difference between revisions of "DIP80"
(Created page with "{| class="wikitable" !Title: !'''DIP Phobos additions''' |- |DIP: |80 |- |Version: |1.0 |- |Status: |'''Draft''' |- |Created: |2015-05-28 |- |Last Modified: |2015-05-28 |- |Au...") |
|||
Line 23: | Line 23: | ||
|Links: | |Links: | ||
| | | | ||
+ | |} | ||
+ | |||
+ | == Abstract == | ||
+ | Phobos is awesome in most regards. The standard libraries of go, rust, boost and python only have better marketing. | ||
+ | But some functionally is missing. | ||
+ | |||
+ | == Rationale == | ||
+ | Make phobos even more useful. | ||
+ | |||
+ | == Description == | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !Title: | ||
+ | !''' Missing libraries ''' | ||
+ | |- | ||
+ | | boost::unit | ||
+ | | | ||
+ | |- | ||
+ | | blas | ||
+ | | | ||
+ | |- | ||
+ | | std container | ||
+ | | | ||
+ | |- | ||
+ | | serialization | ||
+ | | | ||
+ | |- | ||
|} | |} |
Revision as of 19:20, 28 May 2015
Title: | DIP Phobos additions |
---|---|
DIP: | 80 |
Version: | 1.0 |
Status: | Draft |
Created: | 2015-05-28 |
Last Modified: | 2015-05-28 |
Author: | Robert burner Schadek |
Links: |
Abstract
Phobos is awesome in most regards. The standard libraries of go, rust, boost and python only have better marketing. But some functionally is missing.
Rationale
Make phobos even more useful.
Description
Title: | Missing libraries |
---|---|
boost::unit | |
blas | |
std container | |
serialization |