Skip to content

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeux committed Apr 24, 2011
1 parent 3a216b6 commit 6c1f0e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -13,17 +13,20 @@ Pro / Cons
The awesome part is the fact that it is possible to develop nearly all the concepts of Javascript in C++.

Pros

- Write C++ in a dynamic fashion!
- Extremely easy to integrate all the existing C++ code base.
- Fun :)

Cons

- Not possible to optimize as much as the latest Javascript engines
- Some features are impossible to write such as <code>eval</code>, <code>with</code>, named functions ...
- No REPL
- A bit more verbose than Javascript

How to Improve

- Code the <code>arguments</code> management
- Develop the Javascript standard library (operators, Array, Regex ...)
- Find ways to minimize the C++ overhead (remove the use of <code>_()</code>)
Expand Down

0 comments on commit 6c1f0e7

Please sign in to comment.