0.0.6 • Published 7 years ago

kary v0.0.6

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
7 years ago

Kary.js

Kary.js is our library for shared functionality for JavaScript & TypeScript. It provides features like more data structures (such as Zipper, DirectedGraph...) and has powerful tools such as synchronous delay (thread sleep), powerful multi process architecture and great tools for working with text and command line.

In C# our strategy was to have a framework full of all the functionality that we needed because the C# could be already compiled and work very fast. However in JavaScript load time is something very important and the idea of micro-frameworks are very popular. Thus kary.js is equivalent of kary.base in Kary C# Framework and only provides the most necessary common functionality and language features that we relay on.

Installation

npm install kary --save
0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago