The Ace Editor

I embedded the Ace editor into my team’s current project - Visual Interpreter, a JavaScript interpreter tool for visualizing in-memory model values and scopes as well as doing inline code evaluation. This is the third post about using Ace for this project. The other two blogs are:

Read More

The Ace Editor

I embedded the Ace editor into my team’s current project - Visual Interpreter, a JavaScript interpreter tool for visualizing in-memory model values and scopes as well as doing inline code evaluation. This is the second post about using Ace for this project. The other two blogs are:

Read More

The Ace Editor

I embedded the Ace editor into my team’s current project - Visual Interpreter, a JavaScript interpreter tool for visualizing in-memory model values and scopes as well as doing inline code evaluation. This is the first post about using Ace for this project. The other two blogs are:

Read More

The Fibonacci Sequence

A few colleagues of mine decided to test the performance of different iterative and recursive algorithms for finding the nth number of the fibonacci sequence. Incredibly interesting. You can see the JS Perf results here.

Read More

Coin Sums

In my earlier post on how to solve Coin Sums, I presented an efficient solution. However, I did not get to this efficient solution right away. I’ve put four different versions of Coin Sums on JSPerf to show their various performances.

Read More