POV-Ray : Newsgroups : povray.off-topic : Monads in C# : Re: C# monads Server Time
29 Jul 2024 02:24:55 EDT (-0400)
  Re: C# monads  
From: Orchid Win7 v1
Date: 6 Apr 2013 07:21:42
Message: <51600546$1@news.povray.org>
On 28/03/2013 01:04 PM, Orchid Win7 v1 wrote:
> But anyway, LINQ
> queries let you easily write monadic expressions without drowning in a
> sea of lambda functions.

You'll be unsurprised to learn that I am currently about 40% of the way 
through implementing Parsec in C#. It turns out to be reasonably easy, 
although there are a few gotchas. (E.g., there is no C# function which 
both inserts an element into a list *and* returns the list. Which is 
annoying, since it seems you can't call void-functions from LINQ...)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.