About jsolait

The goal is to ease JavaScript development by building a library of reusable modules and components and enhancing JavaScript with simpler Class and Module handling mechanisms.

"JavaScript O Lait" is free and is distributed under the terms of the LGPL.

features

  • Class and Module helpers

JavaScript?'s support for object oriented programming is lacking quite some features known from other languages. There are no such things as packages or modules available either. JavaScript O Lait will take care of this problem by providing a simple and easy to use framework for OOP in JavaScript. See the tutorials to get started.

  • String formatting

One extension is the format method for a String. It makes string formatting easier and your code more readable. The format method is an implementation of pythons formatting operator(%) and similar to sprintf in C/C++. "Hello %d. user".format(10) would result in "Hello 10. user" See the documentations for available formatting specifiers. Jsolait also adds multiplier and padding methods to the String class.

  • Modules

jsolait comes with a growing list of modules. See the documentation for a list of modules that come with jsolait.