rubinius
Rubinius does not recognize methods in the File class
I have a project that has alot of file manipulation.I am trying out Rubinius because I need to be able to compile the code.When I try to run code that includes[详细]
2023-03-29 01:36 分类:问答High performance calculations with Ruby?
My colleagues normally use C or Fortran for high performance calculations (math on large arrays of data). I wonder if there is any possibility for Ruby code to be compiled/converted and come close to[详细]
2023-03-21 01:44 分类:问答Dying Actors in Rubinius or are threads/processes sandboxed?
I a开发者_如何学Cm looking into Rubinius (2.0+) and its actors library for parallel computing challenges.[详细]
2023-03-12 02:33 分类:问答Ruby interpreters, method execution
I\'m doing some research into how different Ruby interpreters do 开发者_开发技巧method execution (e.g. when you call a method in ruby, what steps does the interpreter take to find and execute it, and[详细]
2023-02-15 08:10 分类:问答__respond_to_eh__ in Rubinius, eh?
In Rubinius, if you do rb开发者_运维问答x-head > Object.instance_methods.grep(/^_.*/) => [\"__extend__\", \"__show__\", \"__marshal__\", \"__instance_of__\", \"__instance_variable_get__\", \"_[详细]
2023-02-01 09:02 分类:问答What are the advantages of using rubinius [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-31 20:07 分类:问答How do you write a compiler for a language in that language? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicates: How can a language's compiler b开发者_StackOverflow中文版e written in that language?[详细]
2023-01-27 05:42 分类:问答How can a language be interpreted by itself (like Rubinius)?
I\'ve been programming in Ruby for a while now with just the standard MRI implementation of Ruby, but I\'ve always been curious about the other implementations I hear so much about.[详细]
2023-01-01 07:29 分类:问答