Skip to content

A JavaScript HashTable inspired by Python's dictonary type and built in Classy

License

Notifications You must be signed in to change notification settings

minskmaz/classydict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

classydict

A JavaScript HashTable inspired by Python's dictonary type and built in Classy

JavaScript doesn't provide a builtin dictionary type. I ported the MohaveLinux approach. ClassyDict is built using Classy which "implements Python inspired classes for JavaScript."

Classy is super small lib for organizing functionality in your app into discrete classes just like you would in python.

About

A JavaScript HashTable inspired by Python's dictonary type and built in Classy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published