Pages
Categories
Archives
JsTweeterManiac
- adding this 2 lines of code to your impress.js presentation will allow you to switch slides with your Iphone https://t.co/7Q4rgaMo 12 hours ago
- #nodejs is like #jquery for backend. It Will change web development. 22 hours ago
- hate when people resharing/retwitting links without even reading:( 23 hours ago
- thank's @darkproger for showing smartos awesomeness! Now I start loving Joyent. 2 days ago
- #hint #jsgroup if you use Iphone as remote control for your presentation - turn off all notifications. 3 days ago
- #jsgroup смотрите твит чат для фидбека:) 4 days ago
- #jsgroup моя презентация с Iphone remote control доступна на гитхабе http://t.co/auIgmexp 4 days ago
- #jsgroup https://t.co/FO6zI2pe травис рулит! 4 days ago
- #jsgroup nodejs google+ fan page о которой я говорил http://t.co/IdbGqaXd 4 days ago
- #jsgroup скоро розетки кончатся:( http://t.co/FQkaEIUV 4 days ago
-
RSS Links
-
Meta
aries: What’s next
In recently released framework I had done a lot of magic. One of most important part is magic done with ClassLoader. Although I enjoy the simplicity provided by Node.js dependency handling (require stuff) It forces to use special syntaxis that definitely won’t work on client side without special wrappers.
And I guess it is possible to do really awesome things like auto dependancies resolving, code modification, annotations and maybe even more. Currently in aries annotation handling is done by jsSourceCodeParser. It is ok but limited since mostly done with regexp parsing which is not reliable enough to provide solid ground for framework.
And here codesurgeon was released just recently. After checking the implementation I had finally found javascript parser I look for a long time (seems not hard enough though) uglify-js parser.
So now I am focused to do massive refactorings in ClassLoader that will allow to do so much magic and help boost server side JavaScript any way developer want in a runtime.