RubyJS: A JavaScript standard library based on the Ruby core-lib
1–10 of 38 posts
Re: RubyJS: A JavaScript standard library based on the Ruby core-lib
#2Re: RubyJS: A JavaScript standard library based on the Ruby core-lib
#3Why add another layer of complexity and error proneness? What happens when a different js programmer needs to review your code? Or when you need to write some Node.js code and forgot all about syntax?
"The main motive is to have a decent standard library for JavaScript" - jQuery works just fine.
Re: RubyJS: A JavaScript standard library based on the Ruby core-lib
#4Re: RubyJS: A JavaScript standard library based on the Ruby core-lib
#5I'm not a rubyist, and I can see how this can be nice for ruby developers, but IMHO, if you need javascript - use javascript. Why add another layer of complexity and error proneness? What happens when a different js programmer needs to review your code? Or when you need to write some Node.js code and forgot all about syntax? "The main motive is to have a decent standard library for JavaScript" - jQuery works just fin…
Re: RubyJS: A JavaScript standard library based on the Ruby core-lib
#6I'm not a rubyist, and I can see how this can be nice for ruby developers, but IMHO, if you need javascript - use javascript. Why add another layer of complexity and error proneness? What happens when a different js programmer needs to review your code? Or when you need to write some Node.js code and forgot all about syntax? "The main motive is to have a decent standard library for JavaScript" - jQuery works just fin…
Re: RubyJS: A JavaScript standard library based on the Ruby core-lib
#7I'm not a rubyist, and I can see how this can be nice for ruby developers, but IMHO, if you need javascript - use javascript. Why add another layer of complexity and error proneness? What happens when a different js programmer needs to review your code? Or when you need to write some Node.js code and forgot all about syntax? "The main motive is to have a decent standard library for JavaScript" - jQuery works just fin…
Re: RubyJS: A JavaScript standard library based on the Ruby core-lib
#8I'm not a rubyist, and I can see how this can be nice for ruby developers, but IMHO, if you need javascript - use javascript. Why add another layer of complexity and error proneness? What happens when a different js programmer needs to review your code? Or when you need to write some Node.js code and forgot all about syntax? "The main motive is to have a decent standard library for JavaScript" - jQuery works just fin…
Re: RubyJS: A JavaScript standard library based on the Ruby core-lib
#9How are callbacks handled in this library? I prefer js anonymous functions to Procs & lambdas in Ruby.