Live data from Hacker News

Introducing Elm Reactor

elm-lang.org

1–10 of 12 posts

Re: Introducing Elm Reactor

#3
post #2

Pretty nice. I actually have a big thank you to Elm as I based my Clojurescript time travelling debugger on the initial Elm demo! http://connecttous.co/connecttous/connecttous.html?livedebug... https://github.com/zubairq/coils

Wow. It's cool that it shows you which part was re-rendered. And it's great to see that my Elm prototype inspired someone.

Re: Introducing Elm Reactor

#5
This looks great. I have recently started a simple physics-based rope swinging game in Elm. It's a lovely language to use, but I have found the workflow quite frustrating. I love the "try elm" editor on the website for the quick feedback loop, however the text editor itself is basic. For this reason I find myself writing larger blocks of code in emacs, and then copying and pasting between the browser for debugging. Not ideal.

I will try this program later, and even if it's not currently quite there feature wise, it definitely looks like it has a lot of potential facilitate a great development experience.

Re: Introducing Elm Reactor

#7
post #2

Pretty nice. I actually have a big thank you to Elm as I based my Clojurescript time travelling debugger on the initial Elm demo! http://connecttous.co/connecttous/connecttous.html?livedebug... https://github.com/zubairq/coils

That's really cool.

For the connecttous.co link it would be nice if it was clear that it will actually send email to the addresses entered in the fields - it's not just a demo/toy. I may have inadvertently spammed someone when I was playing around with it.

Re: Introducing Elm Reactor

#8
post #7
post #2

Pretty nice. I actually have a big thank you to Elm as I based my Clojurescript time travelling debugger on the initial Elm demo! http://connecttous.co/connecttous/connecttous.html?livedebug... https://github.com/zubairq/coils

That's really cool. For the connecttous.co link it would be nice if it was clear that it will actually send email to the addresses entered in the fields - it's not just a demo/toy. I may have inadvertently spammed someone when I was playing around with it.

Sorry, it actually works. The point of the demo is to show the Coils framework works end to end, and has full MailChimp/Mandrill email integration too

Re: Introducing Elm Reactor

#9
post #3
post #2

Pretty nice. I actually have a big thank you to Elm as I based my Clojurescript time travelling debugger on the initial Elm demo! http://connecttous.co/connecttous/connecttous.html?livedebug... https://github.com/zubairq/coils

Wow. It's cool that it shows you which part was re-rendered. And it's great to see that my Elm prototype inspired someone.

Glad you like it! I think your Elm framework has inspired alot of people. Elm and LightTable (the Clojurescript development environment) are my two big sources of ideas right now! Thanks to you! :)

Re: Introducing Elm Reactor

#10
I can't load the page without Javascript enabled in my browser. It's a shame that I need to enable JS to view what's really some text on a page.
Post reply on HN