A JavaScript standard library based on the Ruby core-lib
RubyJS is a JavaScript implementation of all methods from Ruby classes like Array, String, Numbers, Time and more.
100% JavaScript
RubyJS is built on top of JavaScript. It runs in all browsers. No additional tools needed.
Works like Ruby
Easily port code from Ruby to JavaScript. Become productive in JavaScript in hours. Fully tested with rubyspec.
Fast and small
20 kilobytes minified and gzipped. It is as fast or faster than comparable libraries.
Utility belt or OO
Use RubyJS like a utility belt, transforming arrays, string and continue with native objects. Or use the fully-fledged RubyJS objects and make use of their mutator (aka bang) methods.
All-in-one Library
String, Array, Time, Numbers, Range, and more. RubyJS gives you the power of multiple 3rd party libraries, with one coherent API. So you only have to learn, manage and update one.
Ruby Features
Block arguments, destructive (bang-) methods, duck-typing, special variables, mixins.
Getting Started with RubyJS
: http://rubyjs.org/getting-started.html
'프로그래밍 > Script' 카테고리의 다른 글
[jQuery] How To Remove Unnecessary Modules in jQuery (0) | 2013.07.04 |
---|---|
[javascript] Bacon.js - A small functional reactive programming lib for JavaScript. (0) | 2013.07.02 |
Front-End 개발에 대한 자료 (0) | 2013.07.02 |
[javascript] Flippant.js — A tiny library for flipping things over (0) | 2013.07.02 |
[javascript] cujoJS — Build modular, maintainable web apps (0) | 2013.07.01 |