Link Text Utility Specification
This is similar to the seed
repo, except that the seed
project is for the very basics of a programming language environment (i.e. just the basic data types). This leaf
repo is for extra data types which are common enough to standardize on, yet which aren't so varied in their structure that they need a "framework" to be defined in. For framework-level stuff, which is highly unstandardized stuff, that is part of the tree
project. Utility-level stuff that is not part of the base "standard library" goes in this repo, the leaf
repo.
specification | implementation | description |
---|---|---|
seed |
wolf |
Standard Library |
These are the lowest-level datatypes and standards for abstracting away architectures in a basic programming language environment. | ||
leaf |
hare |
Common Utilities |
These are middle-level utilities which have a common / standard structure that works easily across programming language environments. | ||
tree |
crow |
Framework |
These are high-level framework components, which is an opinionated abstraction for common web app development paradigms. |
Copyright 2022 DrumWork
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
This is being developed by the folks at DrumWork, a California-based project for helping humanity master information and computation. DrumWork started off in the winter of 2008 as a spark of an idea, to forming a company 10 years later in the winter of 2018, to a seed of a project just beginning its development phases. It is entirely bootstrapped by working full time and running Etsy and Amazon shops. Also find us on Facebook, Twitter, and LinkedIn. Check out our other GitHub projects as well!