Skip to content
DarkThrone edited this page May 27, 2011 · 2 revisions

#Welcome to the stx wiki!

stx (pronounced /stks/) is a small stx implementation made in javascript. The implementation is really simple and basic so it should work in all browsers (mobile and web, although is fully tested in IE, FF and Chrome). If you want to help providing tests for other browsers, then your welcome to.

This particular implementation is based on a [static stack](http://en.wikipedia.org/wiki/Stack_(data_structure\)) in JavaScript terms. The main difference between this implementation and other implementations (Java, C++, etc.) is JavaScript elastic arrays. As the array doesn't have to be initialized. At the moment is the smallest around, but could be smaller.

Clone this wiki locally