CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238

    Anyone tried Haskell?

    Just wondering what you thought of the language. Also, in Erlang, you can do something like this Pid ! Message in order to send a message to different process (even if the process is on a different computer in another country). Is there something like that in Haskell that's just as easy or do you have to do something more involving?
    Here are the rules, you must obey them or the gender bender will get you.

    And if you ever think of posting without code-tags, the evil monkey will come after you.

  2. #2
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238

    Re: Anyone tried Haskell?

    My exposure to functional programming languages is quite small. Erlang at best. I'm hoping to find something that has more libraries and functionality with the same message passing that I know and love. I tried F#. Installing it for the command line is difficult at best (taking advantage of all those .NET libraries would be great).
    Here are the rules, you must obey them or the gender bender will get you.

    And if you ever think of posting without code-tags, the evil monkey will come after you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured