chiron

Missing types and methods for JavaScript

MIT License

Stars
28

Chiron

Chiron is a system of CommonJS modules that introduce:

  • a type system
  • base types
  • general-purpose functions
  • events
  • optioned objects
  • caches and memos

Versions 0.2 and beyond are being developed here on Github. The 0.1 development train is in Subversion at Google Code [2].

Node

$ npm install chiron

Narwhal

$ tusk install chiron

Legal

Chiron is a component of the Tale web-game project.

All contributions are provided under permissive, non-viral licenses including MIT, BSD, Creative Commons Attribution 2.5, Public Domain, or unrestricted.

License

Copyright (c) 2002-2009 Kris Kowal http://cixar.com/~kris.kowal MIT License

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Credits

Active Contributions

Kris Kowal http://cixar.com/~kris.kowal/

modules.js, boot.js, base.js, boost.js, & al: integration, MIT License

Steve Levithan http://stevenlevithan.com/

regexp.js, format.js, modules.js, base.js: regular expressions, MIT License

References

_[1]: Securable, Interoperable Modules http://wiki.commonjs.org/wiki/Modules _[2]: Chiron at Google Code http://code.google.com/p/chironjs/ -[3]: Narwhal, a server side standard library for JavaScript http://github.com/tlrobinson/narwhal/tree/master -[4]: CommonJS http://wiki.commonjs.org/