Live data from Hacker News

JsFiddle: a REPL for web development

jsfiddle.net

1–10 of 25 posts

Re: JsFiddle: a REPL for web development

#3
It really is great for fiddling with html,css,and javascript all on the same screen without having to deal with a complicated development environment or separate files.

It would be a nice platform for teaching basics, or even introducing something new.

Re: JsFiddle: a REPL for web development

#7

Would be nice to have a preloaded example - i had to look at the screen for half a minute just to sort out all the elements that don't make immediate sense if there's not context that you're accustomed to..

Here you go: http://jsfiddle.net/derek/Vjxt2/

Re: JsFiddle: a REPL for web development

#8
post #7

Would be nice to have a preloaded example - i had to look at the screen for half a minute just to sort out all the elements that don't make immediate sense if there's not context that you're accustomed to..

Here you go: http://jsfiddle.net/derek/Vjxt2/

I know that they are there - as I figured out when visiting it the first time. Just takes a bit to find it ;-)

Re: JsFiddle: a REPL for web development

#9

A wonderful project written in MooTools- IMHO, a civilized and superior JS toolkit if your JS environment is homogenous/sane.

surely the stability of your architecture is not dependent on the library you use?

unless of course your library defines your architecture- but i wouldn't consider a library of that nature a "toolkit".

Re: JsFiddle: a REPL for web development

#10
Yep, JsFiddle is brilliant.

There are a few others too.

http://jsbin.com - Not as many features as JsFiddle and the preview is on a separate page. The HTML/CSS/JS isn't kept completely apart either.

http://cssdesk.com - Primarily for CSS/HTML. Preview is automatically updated.

http://mootools.net/shell/ - Similar but more Mootools-centric; fewer features etc than JsFiddle.

Post reply on HN