0.2.0 • Published 5 years ago

js6 v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

js6 -- 6th Generation Framework for JavaScript

The framework js6 is a set of packages that use no other npm packages execpt standard javascript library (Vanilla.js) and js6 itself.

The use of only Vanilla.js make js6 simple, lean, and unified.

packageFull NameObject + Function
uu6Useful Utility 6object, array, assert, ...
ma6Math Library 6Vector, Point, Matrix, Tensor, ...
se6Software Engineering 6expect, assert, ....
ai6Artificial Intelligence 6hillClimbing, gradientDescendent, ....
sp6System Programming 6Compiler, Virtial Machine, Assembler, ....
ds6Data Structure 6Stack, Queue, HashTable, Tree, ....
ag6Algorithm 6Interative, Monte Carlo, Search, Reduction, ....