Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.69 KB

File metadata and controls

51 lines (36 loc) · 1.69 KB

About Turing

Turing is an JavaScript framework.

Features include:

  • Classes, with extend and mixins
  • Functional programming methods: each, map
  • Events
  • Animation
  • Chained API design
  • Turing Test test framework

Documentation

Turing’s API documentation is here: turingjs.com.

Development has been blogged on DailyJS. Each article is tagged with lmaf on DailyJS: dailyjs.com/tags.html#lmaf.

Running Tests

To run tests, ensure you’ve got the required submodules from git:

git submodule init
git submodule update

Remember to run git submodule update to get the latest version referenced by the project.

Contributions

  • John-David Dalton

TODO

  • [anim] CSS properties should be used instead of DOM properties (margin-left vs. marginLeft)
  • [anim] DOM chained animations should be correctly scheduled
  • [ajax] The Ajax requests should really return data instead of the request object if possible (json/etc)
  • [test] Make turing tests able to work with asynchronous tests (i.e., Ajax)
  • [test] Add benchmarks to Turing Test
  • [test] Update benchmarks to use Turing Test
  • [test] Remove Riot
  • [net] Test/fix JSONP json parsing for data responses