The talk was really enligthing... but I would say it is still
research.

While I can trust you can make, say an intuitive and reactive UI for
flash like animations, I think there are still problems to take care
of for the program example.

Here this is just a simple algorithm without long calls inside,
without access to external systems or mutable state. All kind of
things that would simply fail to work properly in pratice.

I can see this as an evolution of unit testing and debugging. You
still need to mock dependancies and take care to build input data to
test your program. But in exchange you can check interractively
execution outcome and intermediate steps and tweak it until it provide
the required result.

You could then ask to generate the proper unit test because well all
information is already available.

But making this kind of UI fluid and easy including a way to properly
specify your mocks (and what is not mocked) is going to be complex...
But I agree, functional languages that tend to favor pure functions
really help there.



On 27 fév, 19:44, Colin Yates <colin.ya...@gmail.com> wrote:
> Amazing.
>
> The lesson for me (which has echoes of the 'hammock driven design' message)
> is that sometimes the best ideas come not from evolutions of existing
> answers but starting completely from scratch.  As techies, we sometimes (I
> think) restrict ourselves to improving our existing solutions which in
> effect restrict our solution space to our own (sometimes inferior)
> answers.  For example, I doubt any of his answers came as an improvement to
> existing IDEs - they are new creations.
>
> Hmm - not sure I made that clear - I learnt a lesson anyway.  Excellent
> points and I certainly found the video inspiring.
>
> Good link!
>
> Col
>
>
>
>
>
>
>
> On Friday, 24 February 2012 18:29:06 UTC, Damien wrote:
>
> > Hi Everyone,
>
> > You may have seen this already, if not I believe it's worth investing 1h
> > of your life:
> >http://vimeo.com/36579366
>
> > That's already a good candidate for the technical talk of the year, if not
> > the decade IMO.
> > Ok, I'm getting a bit too enthusiastic here but this is so inspiring.
>
> > After watching it, you can't help thinking that we have a whole new world
> > to invent.
> > As a side note, you may start thinking that a REPL is not good enough.
> > - Personal message to Laurent Petit: please watch and start thinking about
> > CCW 1.0 ;o) -
> > It also feels like ClojureScript is on the right path.
>
> > But, most importantly, beyond any technical consideration, the last part
> > is a great life lesson.
>
> > --
> > Damien Lepage
> >http://damienlepage.com
> > @damienlepage <https://twitter.com/#%21/damienlepage>
> > linkedin.com/in/damienlepage <http://www.linkedin.com/in/damienlepage>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to