Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. MS Ships IronPython 1.0

MS Ships IronPython 1.0

Scheduled Pinned Locked Moved The Lounge
comquestion
20 Posts 11 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Rocky Moore

    I think the big question is why does it matter? What does IronPython bring to the table that the current .NET languages do not already handle?

    Rocky <>< Latest Code Blog Post: ASP.NET HttpException - Cannot use leading "..".. Latest Tech Blog Post: Microsoft Zune to be built by Toshiba

    R Offline
    R Offline
    Roger Alsing 0
    wrote on last edited by
    #7

    nothing... it brings .net to python code.

    http://www.puzzleframework.com

    1 Reply Last reply
    0
    • K Kevin McFarlane

      http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython[^]

      Kevin

      B Offline
      B Offline
      Blake Miller
      wrote on last edited by
      #8

      Well, so what. Let me know when they ship MontyPython 1.,0, however ... :laugh:

      Any sufficiently gross incompetence is nearly indistinguishable from malice.

      K L G 3 Replies Last reply
      0
      • K Kevin McFarlane

        http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython[^]

        Kevin

        N Offline
        N Offline
        Nemanja Trifunovic
        wrote on last edited by
        #9

        Nice :) It was just a matter of time when such a thing would appear after the (relative) success of Jython.

        Programming Blog utf8-cpp

        K 1 Reply Last reply
        0
        • R Rocky Moore

          I think the big question is why does it matter? What does IronPython bring to the table that the current .NET languages do not already handle?

          Rocky <>< Latest Code Blog Post: ASP.NET HttpException - Cannot use leading "..".. Latest Tech Blog Post: Microsoft Zune to be built by Toshiba

          K Offline
          K Offline
          Kevin McFarlane
          wrote on last edited by
          #10

          Well, I would imagine that whatever it is that Jython does for Java, Python (or other dynamic language) will do for .NET. But I'm not familiar enough with Python to know what this is. Maybe when we see some examples from MS or others then we'll be able to see what it brings to the picture.

          Kevin

          1 Reply Last reply
          0
          • K Kevin McFarlane

            What do you dislike about it? Do you hate all scripting (or dynamic) languages or just Python?

            Kevin

            L Offline
            L Offline
            led mike
            wrote on last edited by
            #11

            Kevin McFarlane wrote:

            Do you hate all scripting (or dynamic) languages

            No! Don't Hate the languages, they are great tools! What I hate is the industries infatuation with them and it's belief that robust solutions can be slopped together by script kiddies. Why do you think half the ECommerce sites break when you try to use them? Next question :laugh:

            "Alot of the people on this forum are incredibly stupid, thinking that the internet is real"
            Score: 1.0 in the Soap Box

            led mike

            1 Reply Last reply
            0
            • B Blake Miller

              Well, so what. Let me know when they ship MontyPython 1.,0, however ... :laugh:

              Any sufficiently gross incompetence is nearly indistinguishable from malice.

              K Offline
              K Offline
              Kastellanos Nikos
              wrote on last edited by
              #12

              Blake Miller wrote:

              Well, so what. Let me know when they ship MontyPython 1.,0, however ...

              MontyPython.Net is allready done by a guy named Michael Ellis. :-> If i remember correctly..

              1 Reply Last reply
              0
              • B Blake Miller

                Well, so what. Let me know when they ship MontyPython 1.,0, however ... :laugh:

                Any sufficiently gross incompetence is nearly indistinguishable from malice.

                L Offline
                L Offline
                led mike
                wrote on last edited by
                #13

                :laugh::jig::laugh::jig::laugh::jig:

                "Alot of the people on this forum are incredibly stupid, thinking that the internet is real"
                Score: 1.0 in the Soap Box

                led mike

                1 Reply Last reply
                0
                • D Dario Solera

                  Kevin McFarlane wrote:

                  Do you hate all scripting (or dynamic) languages or just Python?

                  Just Python. (And maybe any other non-strongly-typed language, such as PHP, JavaScript, VBScript, ...) It's more than one year that I don't use Python, and still I have nightmares sometimes. :-D I have been forced to "learn" it, and I think that it's too hard to write and debug big programs (or I'm too dumb). EDIT: not to mention the fact that blocks of code are delimited by indentation. That's crazy.

                  ________________________________________________ Tozzi is right: Gaia is getting rid of us. Personal Blog [ITA] - Tech Blog [ENG] Developing ScrewTurn Wiki 1.0 final, now in English, Italian and German.

                  K Offline
                  K Offline
                  Kevin McFarlane
                  wrote on last edited by
                  #14

                  Dario Solera wrote:

                  Just Python. (And maybe any other non-strongly-typed language, such as PHP, JavaScript, VBScript, ...)

                  Well, yeah I know what you mean. I've just been struggling with some JavaScript.:mad: However, I think languages such as Python and Ruby are much better and more elegant. The impression I get is that these languages aren't intended to compete with, e.g., C# or Java but to complement them. Though obviously frameworks such as Ruby on Rails do compete to some extent.

                  Dario Solera wrote:

                  not to mention the fact that blocks of code are delimited by indentation. That's crazy.

                  Well, it is a little weird but from my brief play with Python I found that I soon got used to it. And at least it makes the code look regular. One of the perennial hazards of the C-family languages is the often appalling layout that developers use. The style of the JavaScript I've just been maintaining this afternoon is awful.

                  Kevin

                  1 Reply Last reply
                  0
                  • R Rocky Moore

                    I think the big question is why does it matter? What does IronPython bring to the table that the current .NET languages do not already handle?

                    Rocky <>< Latest Code Blog Post: ASP.NET HttpException - Cannot use leading "..".. Latest Tech Blog Post: Microsoft Zune to be built by Toshiba

                    V Offline
                    V Offline
                    vbdotnetcoder2005
                    wrote on last edited by
                    #15

                    In our case it will allow us to use Python code that has already been written in-house in our .Net applications, this gives us the flexibility of using either .Net or python in developing new code.

                    R 1 Reply Last reply
                    0
                    • R Rocky Moore

                      I think the big question is why does it matter? What does IronPython bring to the table that the current .NET languages do not already handle?

                      Rocky <>< Latest Code Blog Post: ASP.NET HttpException - Cannot use leading "..".. Latest Tech Blog Post: Microsoft Zune to be built by Toshiba

                      T Offline
                      T Offline
                      Todd Smith
                      wrote on last edited by
                      #16

                      IronPython offers platform dependency. Duh!

                      Todd Smith

                      1 Reply Last reply
                      0
                      • N Nemanja Trifunovic

                        Nice :) It was just a matter of time when such a thing would appear after the (relative) success of Jython.

                        Programming Blog utf8-cpp

                        K Offline
                        K Offline
                        Kevin McFarlane
                        wrote on last edited by
                        #17

                        There's a screencast here: http://weblog.infoworld.com/udell/2006/08/30.html#a1515[^]

                        Kevin

                        1 Reply Last reply
                        0
                        • V vbdotnetcoder2005

                          In our case it will allow us to use Python code that has already been written in-house in our .Net applications, this gives us the flexibility of using either .Net or python in developing new code.

                          R Offline
                          R Offline
                          Rocky Moore
                          wrote on last edited by
                          #18

                          Wow, it is hard to imagine having much code that would not depend on the OS and still be usable in .NET. Much like trying to port a C++ program to .NET, I would rewrite instead since there are probably a lot of things that will change and not be handled as I would have under WIN32. Well, for those that like and use Python, I guess it would be helpful.

                          Rocky <>< Latest Code Blog Post: ASP.NET HttpException - Cannot use leading "..".. Latest Tech Blog Post: Microsoft Zune to be built by Toshiba

                          1 Reply Last reply
                          0
                          • D Dario Solera

                            Kevin McFarlane wrote:

                            Do you hate all scripting (or dynamic) languages or just Python?

                            Just Python. (And maybe any other non-strongly-typed language, such as PHP, JavaScript, VBScript, ...) It's more than one year that I don't use Python, and still I have nightmares sometimes. :-D I have been forced to "learn" it, and I think that it's too hard to write and debug big programs (or I'm too dumb). EDIT: not to mention the fact that blocks of code are delimited by indentation. That's crazy.

                            ________________________________________________ Tozzi is right: Gaia is getting rid of us. Personal Blog [ITA] - Tech Blog [ENG] Developing ScrewTurn Wiki 1.0 final, now in English, Italian and German.

                            G Offline
                            G Offline
                            Gary R Wheeler
                            wrote on last edited by
                            #19

                            Dario Solera wrote:

                            mention the fact that blocks of code are delimited by indentation

                            (goes off and reads a primer on wikipedia about Python syntax) ... time passes ... Good gawd, that's ugly. Renfield! Where are my punched cards!


                            Software Zen: delete this;

                            Fold With Us![^]

                            1 Reply Last reply
                            0
                            • B Blake Miller

                              Well, so what. Let me know when they ship MontyPython 1.,0, however ... :laugh:

                              Any sufficiently gross incompetence is nearly indistinguishable from malice.

                              G Offline
                              G Offline
                              Gary R Wheeler
                              wrote on last edited by
                              #20

                              "He's a lumberjack..."


                              Software Zen: delete this;

                              Fold With Us![^]

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups