Condividi tramite


Wow -- great list of .NET Languages

Brian Ritchie's has a great list of .NET languages here…

https://www.dotnetpowered.com/languages.aspx

I didn’t even know we had 3 cobol implementations ;-)

Comments

  • Anonymous
    April 04, 2005
    Another good one:

    http://blogs.ugidotnet.org/nettools/articles/8060.aspx
  • Anonymous
    April 04, 2005
    There seems to be a fierce competition among major Cobol implementers. Some statistics say that there are between 20 and 200 billion lines of existing Cobol code in the world, with ~5bn lines of code being written each year (http://objectz.com/pp/). I can't guarantee the reliability of this source, but it's not the only one to make this claim.

    And the overall list of languages available on .NET is impressing. A big thumbs up for Microsoft and their partners.
  • Anonymous
    April 05, 2005
    It's a shame that BF and Ook# didn't make the list :-)

    http://bluesorcerer.net/esoteric/bf.html
    http://bluesorcerer.net/esoteric/ook.html
  • Anonymous
    April 05, 2005
    Haha Oook has to be the funniest langauge on earth. I was just looking at the "hello world" example...hilarious. :-)
  • Anonymous
    April 05, 2005
    I believe assembly language is also supported.

    Sometime before I read an ASP.NET page coded like this:

    <%@ page language="Asm80386" %>
    <% Str: DB "Testing…", 0
    mov eax, -2
    cmp eax, 2
    jle Label1
    xor eax, eax
    Label1: lea esi, Str
    push esi
    call "Response.Write(string)"
    pop esi
    %>
    <br>
    EAX: <%= eax %>
  • Anonymous
    April 05, 2005
    Oops, missed that all the "assembly languages" are grouped into "MSIL" category... :P
  • Anonymous
    April 12, 2005
    A good site for .NET Languages:

    http://www.dotnetnews.info/