Skip to content

termsurfback/hare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation








hare

Link Text Utility Implementation




Welcome

This is similar to the wolf repo, except that the wolf project is for the very basics of a programming language environment (i.e. just the basic data types). This hare 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 crow project. Utility-level stuff that is not part of the base "standard library" goes in this repo, the hare repo. The hare repo is for implementation of the specification which is defined in the leaf project.

Relationships

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.

License

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.

DrumWork

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!

About

Link Text Utility Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages