Is anyone using Python for .NET?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul Boddie

    #16
    Re: Is anyone using Python for .NET?

    "Brandon J. Van Every" <try_vanevery_a t_mycompanyname @yahoo.com> wrote in message news:<brusdr$7t akb$1@ID-207230.news.uni-berlin.de>...[color=blue]
    >
    > What I decided was, Python has too much community, library, and industry
    > support behind it, and a lot of these other languages carry major design
    > risks, i.e. going from imperative to functional programming. So as of
    > today, Python is winning in practice despite whatever might be better in
    > theory.[/color]

    Yes, despite the theoretical advantages of many languages, Python has
    a lot of working code available for it, some well-established
    approaches for certain kinds of activities, and quite a bit of
    guidance and support around those activities. Consequently, upon
    discovering that more legwork is necessary to get up to speed in those
    other languages in order to implement a given solution, one can be
    rather dissuaded from pursuing those other languages further.
    [color=blue]
    > See any parallels with Java or C# history debates?[/color]

    Really, one can always ask, "Is this language good enough?" I've seen
    a number of cases where implementation languages being used have been
    less than appropriate for the applications concerned and where a
    different language could have been used, not just for reasons of
    elegance or performance, but mainly for access to much better
    application frameworks. For example, why use C++ for Internet server
    applications when Java (or Python) has a lot more framework support in
    that area?

    There was some mention of "Worse is Better" on Ian Bicking's weblog
    which convinced me that one can almost base one's career on such
    debates, however. ;-)
    [color=blue][color=green]
    > > Well, I get a fair amount of mileage out of Jython, Apache Axis (SOAP)
    > > and so on, but I guess that this isn't your point.[/color]
    >
    > It could be for your problem domain, but it isn't for mine.[/color]

    I suppose that's a good argument for improved across-the-board
    interoperabilit y. Shouldn't one be able to write Internet server
    applications in C++ whilst using various Java-based Apache frameworks?
    [color=blue]
    > I would hope that there's a replacement strategy for the interop concept.
    > Aren't the FSF guys doing something like that?[/color]

    DotGNU Portable.NET perhaps:

    open source,GNU,DotGNU,.GNU,microsoft,.NET,freedom,web services,web service,free,software,server,portable,secure,remote,java,C#,C sharp


    Paul

    Comment

    Working...