Live data from Hacker News

Show HN: DotNetFiddle – JsFiddle for .Net

dotnetfiddle.net

91–95 of 95 posts

Re: Show HN: DotNetFiddle – JsFiddle for .Net

#92
post #61

Nice work! Is this inspired by Compilify? How are you securing execution? Source? I did a blog post a long time ago on hosted execution with Roslyn and that is how we do it with Compilify (which is open source).

Yeah we definitely looked at some Complify code and the blog post was helpful also.

Re: Show HN: DotNetFiddle – JsFiddle for .Net

#95
post #87
post #49

This is great. One small bug cropped up, I collaborated on a fiddle with a work colleague and he couldn't see any output from clicking Run. http://www.dotnetfiddle.net/lN6m0S Great work though, will be in my favourites :)

Those are some curious methods, but I'm not sure the names fold and foldback are appropriate given what they actually do.

You're right, they don't work. I was flattening recursive versions of Fold and FoldBack as a test of DotNetFiddle. Clearly the flattening has bugs :)
Post reply on HN