Find the word definition

Wikipedia
Joose

Joose ( phonetically pronounced like " juice") is a flavored malt beverage introduced by United Brands Co. in 2005. Joose is the first premium malt beverage at 9.9% ABV in a 24 oz can. It is also sold at 12% ABV in a 24 oz can.

Joose (framework)

Joose is an open-source self-hosting meta object system for JavaScript with support for classes, inheritance, mixins, traits and aspect-oriented programming.

The Joose meta-object system is multi-paradigm. It supports class-based and prototype-based programming styles as well as class-based inheritance and role-based extension. While other JavaScript frameworks often specialize on DOM-access and AJAX, Joose specializes solely on bringing successful programming techniques to the JavaScript scripting language. Joose is thus often used in conjunction with another DOM/Ajax JavaScript framework and is tested with jQuery, YUI, Dojo, ExtJS, Prototype, Mootools and PureMVC.

Joose was heavily inspired by Moose, the object system for Perl 5 which was itself inspired by Perl 6 object system, but unlike Perl and Moose, Joose doesn't support multiple inheritance.