faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
faq [2009/10/19 21:04]
aspectscript
faq [2010/03/16 11:00] (current)
aspectscript
Line 1: Line 1:
 ====== Frequently Asked Questions ====== ====== Frequently Asked Questions ======
  
-This is a preliminary list of frequently asked questions.  If your are looking for something which is not in the list, please use our [[http://groups.google.com/group/aspectscript|mailing list]].+This is a preliminary list of frequently asked questions.  If your are looking for something which is not in the list, please do not hesitate to ask in our [[http://groups.google.com/group/aspectscript|mailing list]].
  
   * **How can I transform my code so it can generate join points?**   * **How can I transform my code so it can generate join points?**
Line 8: Line 8:
   * **Where can I find the source code of AspectScript?**   * **Where can I find the source code of AspectScript?**
     * The SVN repository of AspectScript is at [[http://pleiad.dcc.uchile.cl/svn/incubator/js/trunk/]] (user: guest, pass:guest).     * The SVN repository of AspectScript is at [[http://pleiad.dcc.uchile.cl/svn/incubator/js/trunk/]] (user: guest, pass:guest).
 +
 +   * **Where can I find support for AspectScript?**
 +      * If you have any doubt, please do not hesitate to ask in our [[http://groups.google.com/group/aspectscript|mailing list]]. Also, if you found a bug or have a feature request/suggestion, please, use the [[http://www.pleiad.cl/trac/aspectscript/|AspectScript trac]]. 
  
   * **In which browsers an AspectScript application can run on?**   * **In which browsers an AspectScript application can run on?**
-    * Currently, AspectScript only supports Mozilla Firefox (tested on versions 3.0.* and 3.5.*).+    * Currently, AspectScript supports the following browsers: Mozilla Firefox, Safari, Google Chrome, and Opera
  
-  * **Do I need an special version of Mozilla Firefox to run AspectScript applications?** +  * **Do I need an special version of supported browsers to run AspectScript applications?** 
-    * NO, AspectScript does not need an special version of Firefox nor a modified Javascript engine to run.  AspectScript is based on code transformation.  See the first part of the AspectScript [[tutorial]] for more information.+    * NO, AspectScript does not need special version of supported browsers nor a modified Javascript engine to run.  AspectScript is based on code transformation.  See the first part of the AspectScript [[tutorial]] for more information.
  
   * **Is an AspectScript application a valid JavaScript application?**   * **Is an AspectScript application a valid JavaScript application?**
Line 22: Line 25:
  
   * **How bad is the performance of AspectScript applications given that it is based on code transformation?**   * **How bad is the performance of AspectScript applications given that it is based on code transformation?**
-    * We believe the performance overhead in interactive applications is negligible.  You can see this by tourself by playing the [[tetris|tetris game]]. +    * We believe the performance overhead in interactive applications is negligible.  You can see this by yourself by playing the [[tetris|tetris game]].
  
 + 
  • faq.1255986253.txt.gz
  • Last modified: 2009/10/19 21:04
  • by aspectscript