Live data from Hacker News

Show HN: DotNetFiddle – JsFiddle for .Net

dotnetfiddle.net

71–80 of 95 posts

Re: Show HN: DotNetFiddle – JsFiddle for .Net

#71

Very nice! I have a "scratchpad" project for fiddling around with things, but this might wind up a permanent tab on my browser. Less overhead than a VS project, for sure.

If I'm in VS, I just use the F# interactive window. Even when I'm not coding in F# it's always nice to have a repl around.

If I'm playing with data and still want to poke .Net objects, I use Sho[1] which gives an IronPython REPL and some decent numerics support

[1] http://research.microsoft.com/en-us/projects/sho/

Re: Show HN: DotNetFiddle – JsFiddle for .Net

#72
post #14
post #8

Doesn’t seem to work in IE10 ironically.

If the page is completely blank, it may be because you have cookies blocked.

Nevermind. It was IE. Somehow 'Display all websites in Compatibility View' was turned on. Turning it off fixed it. Thanks.

Re: Show HN: DotNetFiddle – JsFiddle for .Net

#73
post #28

While this one doesn't have the nice "fiddle" suffix, it has been around for a while and supports a lot of platforms: http://ideone.com/

Huh, first time I've seen this one, very interesting. Any idea what kind of volume they handle and whether or not they're profitable?

I doubt they're profitable (yet), they have only started playing with business models recently.

But the same platform has been used to run spoj.pl, a rather popular programming contest site, for many years.

Re: Show HN: DotNetFiddle – JsFiddle for .Net

#74

http://liveweave.com is by far the best HTML/CSS/JS playground out there. you guys should totally try it out.

I can name three problems with it straight-away: 1) HTML, 2) CSS, 3) JS.

The original post is about a decent language, not the ubiquitous ones.

Post reply on HN