|
- Ruby_sysinit causes errors - Ruby - Ruby-Forum
Now i know, if i don’t link Ruby statically, then it work wihtout any problems But why i can’t call ruby_sysinit ( argc, argv); when i link everything static? (That is just 1 problem what i have if i link it statically)
- Rubys equivalent of PHP explode - Ruby - Ruby-Forum
What is ruby’s equivalent of PHPs explode? A routine which can breakdown a string and return the results in an array or a routine that can parse an ini file and return the key value pairs in an array[key]=value Frank
- Zed and Luis drop the bomb on Rubys poor performance
The O’Reilly blog has two great interviews posted from the last week or so The first [1] is with Zed S , the author of Mongrel (and a bunch of other Ruby frameworks and utilities) A follow-up interview with one of the contributors on the Mongrel project, Luis L [2], covered some similar ground What I found most striking about both interviews was their mention of YARV and Ruby’s poor
- Rubys More than one way to do things. - Ruby - Ruby-Forum
There are more than one way to do things because different programmers come from different languages may prefer different style In python everything can be readable from one python programmer to the next because of how it is Ruby expects people to be migrating from C, C++, Java, Python, Perl, Lisp, sh, etc Each type of programmer may have a different perspective on the “one true way” to
- Any solutions to Rubys inconsistencies? - Ruby - Ruby-Forum
Ruby has definite positives over Java and even other scripting languages, but many negatives too One negative is the inconsistency of how rules seem to be applied in the language and accompanying toolsets Here are a few that have bitten me: I almost immediately got started with Ruby on Rails and loved the idea of partials, but then I found that the ||= idiom doesn’t work on partials
- What is Rubys biggest strength? - Ruby - Ruby-Forum
On Mar 13, 2008, at 7:45 PM, Tuan M wrote: I’m learning Ruby an Rails But I can’t answer this question “What is Ruby Rails 's strength and What helps Ruby stronger than other programming languages ?” Who can helps me! Thanks the abstraction facilities, metaprogramming, using blocks to emulate syntax, open classes, etc , coupled with with a concise syntax enables the programmer to
- Nil cant be coerced into Fixnum (TypeError) - Ruby-Forum
I am trying to execute the following code and it seems like the array is going out of bounds Let me know where am I going wrong class PrimeFactor def initialize (number) @number = number end def primeFactors fact…
- Using MSScriptControl with Rubyscript - Ruby - Ruby-Forum
I am attempting to use the MSScriptcontrol with rubyscript: objShell = WIN32OLE new ("WScript Shell") com1 = WIN32OLE new ('comobject name') script = WIN32OLE new
|
|
|