Rahil Kantharia
2008-Apr-19 04:39 UTC
[Ironruby-core] Nice Inspiration for IronRuby, online Codes
Hello, Here is a nice inspiration to put " IronRuby and IronPython Codes online. Have a look here to work with plethora of languages. http://codepad.org Just go to codepad.org and enter your code in any of the following languages: C, C++, D, Haskell, OCaml, Perl, Plain Text, Python, Ruby, Scheme, and Tcl. Once you?ve entered your code you then have the option of either pasting and running your code to test it or just pasting it. If any errors are found in the code that you have written, Codepad will point out the error and give you an explanation of what you have done wrong along with the line in which that error occurs. Also, after entering your code, Codepad will create a page where you and others clan go to test and collaborate. This is a simple free tool that allows both advanced and beginner-level programmers to test their code. Most appealing is the potential it offers for group collaboration. I hope some one will implement something like this for IronRuby / IronPython -- Posted via http://www.ruby-forum.com/.
M. David Peterson
2008-Apr-20 15:54 UTC
[Ironruby-core] Nice Inspiration for IronRuby, online Codes
On Fri, 18 Apr 2008 22:39:44 -0600, Rahil Kantharia <lists at ruby-forum.com> wrote:> I hope some one will implement something like this for IronRuby / > IronPythonThey have, but in a way that in my own opinion is even better via adding intellisense and various other interactive way to learn both the programming languages supported by the DLR as well as features of the Silverlight API itself. See: http://dynamicsilverlight.net/learn/dlrconsole/ as well as http://www.voidspace.org.uk/ironpython/webide/webide.html for more detail. -- /M:D M. David Peterson Co-Founder & Chief Architect, 3rd&Urban, LLC Email: m.david at 3rdandUrban.com | m.david at amp.fm Mobile: (206) 999-0588 http://3rdandUrban.com | http://amp.fm | http://www.oreillynet.com/pub/au/2354
Ben Hall
2008-Apr-20 17:22 UTC
[Ironruby-core] Nice Inspiration for IronRuby, online Codes
Hi everyone, I''m currently playing around with a few ideas based around this, I''ve got a rough feature set sorted and free time allocated. I will share more when I have more to share :) Out of interest, could you expand on "various other interactive way" for me :) Cheers Ben Blog.BenHall.me.uk On Sun, Apr 20, 2008 at 4:54 PM, M. David Peterson <m.david at xmlhacker.com> wrote:> On Fri, 18 Apr 2008 22:39:44 -0600, Rahil Kantharia <lists at ruby-forum.com> > wrote: > > > I hope some one will implement something like this for IronRuby / > > IronPython > > They have, but in a way that in my own opinion is even better via adding > intellisense and various other interactive way to learn both the > programming languages supported by the DLR as well as features of the > Silverlight API itself. See: > http://dynamicsilverlight.net/learn/dlrconsole/ as well as > http://www.voidspace.org.uk/ironpython/webide/webide.html for more detail. > > -- > /M:D > > M. David Peterson > Co-Founder & Chief Architect, 3rd&Urban, LLC > Email: m.david at 3rdandUrban.com | m.david at amp.fm > Mobile: (206) 999-0588 > http://3rdandUrban.com | http://amp.fm | > http://www.oreillynet.com/pub/au/2354 > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >