Displaying 1 result from an estimated 1 matches for "aspect_oriented_program".
2007 Mar 27
0
[LLVMdev] PyPy 1.0: JIT compilers for free and more
...nables
interactions with the CLR libraries:
http://codespeak.net/pypy/dist/pypy/doc/cli-backend.html
http://codespeak.net/pypy/dist/pypy/doc/clr-module.html
- Aspect Oriented Programming facilities (based on mutating the Abstract
Syntax Tree):
http://codespeak.net/pypy/dist/pypy/doc/aspect_oriented_programming.html
http://codespeak.net/pypy/extradoc/eu-report/D10.1_Aspect_Oriented_Programming_in_PyPy-2007-03-22.pdf
- The JavaScript backend has evolved to a point where it can be used to
write AJAX web applications with it. This is still an experimental
technique, though. For demo applications...