BotanJs

Botanical JavaScript Framework & Service API is a pythonic-js framework that exceeds the *framework* scope a little bit. It is a suggestion of a coding structure for managed Javascript/CSS. Which requires a compiler.

Links

What is it?

The goal of BotanJs is to create a managable code in source, optimized code in production.
Source
Prod
To achive this, codes written in BotanJs must follow a strict set of rules to let the compiler resolve the dependencies. By following the rules, it is ensured that the code will be both compilable ( merge into a single file ) and compressable ( using closure compiler with ADVANCED option ).
A
B
import A
C
import B
A
B
C
Compile
A, B, C
Compress

The framework provides a set of class and predefined magic functions, consts. The Service API provides dynamic class import / acquisitions.

Framework
Dandelion.*
System.*
Components.*
.
.
.
Service API
/js/Components.Vim.VimArea
Client
cab2e6f.js

TL;DR: Javascript|CSS for Web - pythonized