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.

 

This entry was posted in post. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>