top | item 6089904

Show HN: jsFiddle++, a better jsFiddle

17 points| MichaelAza | 12 years ago |jsfpp.tomodo.me | reply

12 comments

order
[+] dakridge|12 years ago|reply
What about Dart language? Learn Dart has been on my todo list, jsFiddle++ would be a fun playground to do so
[+] MichaelAza|12 years ago|reply
AFAIK Dart isn't very widely used, but I'll check if there's a JS compiler for that.
[+] sdolber|12 years ago|reply
Great tool! The page took a while to load though...
[+] vovafeldman|12 years ago|reply
Nice, I was looking for something like that!
[+] vovafeldman|12 years ago|reply
Btw. Just tried LESS, and seems like there is some problem. Here's my simple LESS code test: @color : "green";

div { border: 1px solid @{color}; }

[+] amirlazarovich2|12 years ago|reply
awesome work! One note though, I tried running an example but the JS didn't load :(
[+] gilikg|12 years ago|reply
Could be very useful.
[+] orenbarzilai|12 years ago|reply
nice. what about github integration?
[+] MichaelAza|12 years ago|reply
jsFiddle already has support for forking, but I guess you could add something like "fork to Gist". I'll look into that, thanks for the feedback!