Re: [Tutor] Iron Python and Visual Basic 2005 Express

2008-01-30 Thread Dick Moores
At 03:03 PM 1/30/2008, Alan Gauld wrote: >"Dick Moores" <[EMAIL PROTECTED]> wrote > > >>But the whole idea of the intermediate code thing is > >>that you can intermix languages. > > > > Alan, could you explain what you mean by "the intermediate code > > thing"? > >.NET works like Java in that it d

Re: [Tutor] Iron Python and Visual Basic 2005 Express

2008-01-30 Thread Dick Moores
At 02:32 PM 1/30/2008, Luke Paireepinart wrote: >>Alan, could you explain what you mean by "the intermediate code thing"? >He's referring to CLR. The .NET framework compiles all of its >programs into a Common Language Runtime, so at the lower level, >there's no(t much?) difference between the d

Re: [Tutor] Iron Python and Visual Basic 2005 Express

2008-01-30 Thread Alan Gauld
"Dick Moores" <[EMAIL PROTECTED]> wrote >>But the whole idea of the intermediate code thing is >>that you can intermix languages. > > Alan, could you explain what you mean by "the intermediate code > thing"? .NET works like Java in that it doesn't compile into machine language object code direc

Re: [Tutor] Iron Python and Visual Basic 2005 Express

2008-01-30 Thread Luke Paireepinart
> > Alan, could you explain what you mean by "the intermediate code thing"? He's referring to CLR. The .NET framework compiles all of its programs into a Common Language Runtime, so at the lower level, there's no(t much?) difference between the different languages, and thus they can interface w

Re: [Tutor] Iron Python and Visual Basic 2005 Express

2008-01-30 Thread Dick Moores
At 11:46 AM 1/30/2008, Alan Gauld wrote: >"Dick Moores" <[EMAIL PROTECTED]> wrote > > > But I was wondering if it was possible to write > > Python code in Iron Python and use it somehow in > > Visual Basic 2005 Express. VB seemed a very easy > > way to create a GUI, but of course I prefer Python f

Re: [Tutor] Iron Python and Visual Basic 2005 Express

2008-01-30 Thread Alan Gauld
"Dick Moores" <[EMAIL PROTECTED]> wrote > But I was wondering if it was possible to write > Python code in Iron Python and use it somehow in > Visual Basic 2005 Express. VB seemed a very easy > way to create a GUI, but of course I prefer Python for the code. It should be possible but I've no

Re: [Tutor] Iron Python and Visual Basic 2005 Express

2008-01-30 Thread Dick Moores
At 05:26 AM 1/30/2008, Kent Johnson wrote: >Dick Moores wrote: > But I was wondering if it was possible to write Python code in Iron Python and use it somehow in Visual Basic 2005 Express. > >You might have better luck asking on an IronPython list. I don't >know if we have any IronPython

Re: [Tutor] Iron Python and Visual Basic 2005 Express

2008-01-30 Thread Kent Johnson
Dick Moores wrote: >>> But I was wondering if it was possible to write Python code in Iron >>> Python and use it somehow in Visual Basic 2005 Express. You might have better luck asking on an IronPython list. I don't know if we have any IronPython gurus here. Kent __

Re: [Tutor] Iron Python and Visual Basic 2005 Express

2008-01-30 Thread Dick Moores
At 04:02 AM 1/30/2008, Kent Johnson wrote: >Dick Moores wrote: > >>But I was wondering if it was possible to write Python code in Iron >>Python and use it somehow in Visual Basic 2005 Express. VB seemed a >>very easy way to create a GUI, but of course I prefer Python for the code. >>So, possible/

Re: [Tutor] Iron Python and Visual Basic 2005 Express

2008-01-30 Thread Kent Johnson
Dick Moores wrote: > But I was wondering if it was possible to write > Python code in Iron Python and use it somehow in > Visual Basic 2005 Express. VB seemed a very easy > way to create a GUI, but of course I prefer Python for the code. > > So, possible/impossible/impractical/foolish/Pythonic

[Tutor] Iron Python and Visual Basic 2005 Express

2008-01-30 Thread Dick Moores
This is probably a totally naïve and silly idea, but I thought I'd run it by the Tutors anyway. Years ago I learned a bit of Visual Basic (VB6, IIRC) at a community college. Months ago I downloaded the free Visual Basic 2005 Express (), but di