Re: [IronPython] pybench results for CPython and IronPython

2007-04-21 Thread luismg
I also I agree with you two. Boo is an extremelly nice and productive static language, and its syntax is so similar to Python's that waisting time deciding what to choose for a given task is almost non-sense. I think the decision should be made based on platform and libraries to be used mainly and,

[IronPython] DataGridView and Ironpython

2007-03-07 Thread luismg
I'm having problems with this control. I tried to replicate many examples of datagridview usage from C# to Ironpython, but so far I failed misserably... I wonder if it's currently possible to use this control from ironpython. I tried displaying simple collections (python's, arraylists, generics...)

Re: [IronPython] How to implement in C# ironpython extension?

2006-11-28 Thread luismg
Look into the "Tutorial" folder of the ironpython distribution. There are examples in C# and in VB.Net. If you know C# or any other .Net language, it's just a matter of writing your classes and compile them as .dll. Then you can create a "DLLs" directory into the same folder where your ipy.exe is

[IronPython] Simplified Data Scenarios framework?

2006-11-14 Thread luismg
I read this article about a "secret" project that is tied to Ironpython: http://www.eweek.com/article2/0,1759,2053498,00.asp?kc=EWRSS03119TX1K594 Does anyone know about this? Luis ___ users mailing list users@lists.ironpython.com http://lists.ironpy