Google Groups Home
Help | Sign in
Active older topics
Related Groups
Welcome to the RubyCLR group. RubyCLR allows you to create .NET applications with Ruby.
Low activity, 62 members
This is a mirror list of the offical ruby-talk mailing list. It serves as a alternative to the mail<->news ...
High activity, 2169 members
Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a ...
Low activity, 688 members
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 438  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: A public forum for discussing the Ruby.NET compiler project.
 

'compiled' ruby 
  I was reading the list back a few weeks here I noticed that someone is making the distinction between 'compiled' ruby (Ruby.net) vs interpreted ruby (IronRuby). What I would like to know is how are you planning on dealing with the semantics of compiling ruby... like open classes, method_missing, tricks like the interface switching library,... more »
By dave.dolan  - Jun 12 - 1 new of 1 message    

FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP and more... 
  access all computer tutorials for free visit [link]
By Dhanabal  - Jun 11 - 1 new of 1 message    

Issue 79 in rubydotnetcompiler: More regex problems 
  Issue 79: More regex problems [link] Comment #1 by peter.kabashky: (No comment was entered for this change.)
By codesite-nore...@google.com  - Jun 7 - 1 new of 1 message    

Issue 79 in rubydotnetcompiler: More regex problems 
  Issue 79: More regex problems [link] New issue report by carlos.kassab: What steps will reproduce the problem? 1. Enter these lines in a program: $_ = "vt100890 aeiou" puts $_ $_.gsub!('890','981' ) puts $_ It seems regex is working when you use variable $_... more »
By codesite-nore...@google.com  - Apr 9 - 1 new of 1 message    

Issue 78 in rubydotnetcompiler: Not printing spanish characters 
  Issue 78: Not printing spanish characters [link] New issue report by carlos.kassab: What steps will reproduce the problem? 1. Create a program with two lines: line = "1234567890 aeiou αινσϊ" puts line 2. sabe the program as sp.rb 3. run the program sb.rb... more »
By codesite-nore...@google.com  - Apr 9 - 1 new of 1 message    

Issue 77 in rubydotnetcompiler: regex not working 
  Issue 77: regex not working [link] New issue report by carlos.kassab: this is my program: $input_filename = "" $output_filename = "" puts "Enter Input FileName:" STDOUT.flush $input_filename = gets.chomp puts "Enter Output Filename:" STDOUT.flush... more »
By codesite-nore...@google.com  - Apr 9 - 1 new of 1 message    

r211 - trunk/src/RubyRuntime/Interop 
  Author: djl.rifraf ...New Revision: 211 Modified: trunk/src/RubyRuntime/Interop/ CLRClass.cs Log: Added code to support Int64 and UInt64 parameters Modified: trunk/src/RubyRuntime/Interop/ CLRClass.cs ============================== ============================== ================== --- trunk/src/RubyRuntime/Interop/ CLRClass.cs (original)... more »
By codesite-nore...@google.com  - Apr 9 - 1 new of 1 message    

Issue 72 in rubydotnetcompiler: Heredoc loses text 
  Issue 72: Heredoc loses text [link] Comment #1 by djl.rifraf: Fixed in source Issue attribute updates: Status: Fixed Owner: djl.rifraf
By codesite-nore...@google.com  - Mar 23 - 2 new of 2 messages    

r210 - trunk/src/RubyRuntime/Compiler 
  Author: djl.rifraf ...New Revision: 210 Modified: trunk/src/RubyRuntime/Compiler /Scanner.cs Log: Fix issue 72 Index: V:/play/Ruby.Net/trunk2/src/Ru byRuntime/Compiler/Scanner.cs ============================== ============================== ======= --- V:/play/Ruby.Net/trunk2/src/Ru byRuntime/Compiler/Scanner.cs... more »
By codesite-nore...@google.com  - Mar 23 - 2 new of 2 messages    

Issue 76 in rubydotnetcompiler: $? is missing 
  Issue 76: $? is missing [link] Comment #1 by djl.rifraf: Additional information: The rb_f_backquote class in IO.cs does not record the exit status at all, let alone in $_. To fix this the code will need to (a) create the global variable $_, and (b) assign it to a Process:Status instance that gets... more »
By codesite-nore...@google.com  - Mar 23 - 2 new of 2 messages    

1 - 10 of 438   « Newer | Older »

XML       Send email to this group: RubyDOTNET@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google