Re: [Ironruby-core] Planning to change IronRuby.sln to a VS 2008 project

2008-03-22 Thread Michael Letterle
I think the primary concern would be with C# 3.0 features that the mono compiler does not support, i.e. Extension Methods, Lambdas, Linq... Though I know they've been working towards support. Secondary concerns would be .NET 3.0+ libraries that Mono hasn't implemented yet. Right now (well as of R

Re: [Ironruby-core] Planning to change IronRuby.sln to a VS 2008 project

2008-03-22 Thread Michael Foord
Tomas Matousek wrote: > Can you be more specific? Are you worried about support of the additional > features on Mono? Or are there any issues with installing .NET Framework 3.5? > > .NET 2 has a wide installed user base. .NET 3 penetration is much lower. I know that at Resolver Systems < http:

Re: [Ironruby-core] Planning to change IronRuby.sln to a VS 2008 project

2008-03-22 Thread Tomas Matousek
Can you be more specific? Are you worried about support of the additional features on Mono? Or are there any issues with installing .NET Framework 3.5? Tomas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Saturday, March 22, 2008 1:0

Re: [Ironruby-core] IronPython & Silverlight 2 Tutorial w ith Demos and Downl

2008-03-22 Thread Rahil Kantharia
Hello, I think the above links were not placed properly and hence shows errors. I one again place the working links. http://www.voidspace.org.uk/ironpython/silverlight/interactive.shtml http://www.voidspace.org.uk/ironpython/silverlight/introduction.shtml http://www.voidspace.org.uk/ironp

Re: [Ironruby-core] Problems building r85 using VS

2008-03-22 Thread Mark
I was accidentally using r84 insteas of r85 which the big errors mentioned below addressed. -mark On Sat, Mar 22, 2008 at 4:09 PM, Mark <[EMAIL PROTECTED]> wrote: > When trying to build using VS I run into the following problems. > > * Projects contain targets that attempt to sign using a key fou

Re: [Ironruby-core] Planning to change IronRuby.sln to a VS 2008 project

2008-03-22 Thread Sanghyeon Seo
2008/3/23, Michael Foord <[EMAIL PROTECTED]>: > Depending on .NET 3 features will greatly reduce the number of people > capable of running IronRuby... Using C# 3 features does not mean using .NET 3 features. -- Seo Sanghyeon ___ Ironruby-core mailing

[Ironruby-core] IronPython & Silverlight 2 Tutorial with Demos and Downloads

2008-03-22 Thread Michael Foord
Hello all, My first post to the IronRuby list, sorry it is mainly about IronPython (and sorry for the HTML in the post - I plead special circumstances and won't do it again). I've just put up articles and demos based on my PyCon talk about Dynamic Silverlight. All the examples use Python, bu

[Ironruby-core] Problems building r85 using VS

2008-03-22 Thread Mark
When trying to build using VS I run into the following problems. * Projects contain targets that attempt to sign using a key found at ..\..\MSSharedLibKey.snk. This key is not present * Project references contain references to Silverlight mscorlib and both Silverlight and standard System assembli

Re: [Ironruby-core] Planning to change IronRuby.sln to a VS 2008 project

2008-03-22 Thread Michael Foord
Sanghyeon Seo wrote: > 2008/3/22, John Lam (DLR) <[EMAIL PROTECTED]>: > >> If anyone strongly objects, please let me know ASAP. >> > > Choice of VS version doesn't affect me (since I don't use VS) but > choice of C# language version does. If IronRuby's use of C# 3 features > causes me troub

Re: [Ironruby-core] Planning to change IronRuby.sln to a VS 2008 project

2008-03-22 Thread Sanghyeon Seo
2008/3/22, John Lam (DLR) <[EMAIL PROTECTED]>: > If anyone strongly objects, please let me know ASAP. Choice of VS version doesn't affect me (since I don't use VS) but choice of C# language version does. If IronRuby's use of C# 3 features causes me trouble, I will scream loudly so that you will kn

Re: [Ironruby-core] Planning to change IronRuby.sln to a VS 2008 project

2008-03-22 Thread Mark
+1 On Sat, Mar 22, 2008 at 1:46 PM, Matthew Miller <[EMAIL PROTECTED]> wrote: > I have a working copy from a few weeks ago, I've been using it since I let > VS upgrade it and it seems to work. > > > On Fri, Mar 21, 2008 at 10:46 PM, John Lam (DLR) <[EMAIL PROTECTED]> > wrote: > > > We're still ta

Re: [Ironruby-core] Planning to change IronRuby.sln to a VS 2008 project

2008-03-22 Thread Matthew Miller
I have a working copy from a few weeks ago, I've been using it since I let VS upgrade it and it seems to work. On Fri, Mar 21, 2008 at 10:46 PM, John Lam (DLR) <[EMAIL PROTECTED]> wrote: > We're still targeting 2.0 today. But we will likely start using C# 3 > features soon (one project already do

Re: [Ironruby-core] online console for IronRuby... Any Plans...?

2008-03-22 Thread Harry Pierson
Michael Foord demonstrated an interactive console in the browser running IronPython @ PyCon last week. He blogged about it here: http://www.voidspace.org.uk/python/weblog/arch_d7_2008_03_15.shtml#e946 I imagine it wouldn't be too tough to create a Ruby version of it. There's also the DLR Consol

Re: [Ironruby-core] online console for IronRuby... Any Plans...?

2008-03-22 Thread Chris Chandler
I am not aware of any such plans. However, as for the cost of VS the free versions are able to run the IronRuby code, and you can build IronRuby without VS. However, like most, I can always use a little more Why The Lucky Stiff, so maybe someone should contact him and port his tryruby site to use I

[Ironruby-core] online console for IronRuby... Any Plans...?

2008-03-22 Thread Rahil Kantharia
Hi, Its nice to know few new things today. As per this blog... http://www.hanselman.com/blog/IronPythonAndTheDLRMarchOn.aspx (1) Iron python has reached 2.0 beta 1 version (2) Djano is running on IronPython with SqlServer (3) Very soon IronRuby.sln will move to VS2008. Here's an link for Online