Re: [WedTech] Continuous execution while editing a program

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: [WedTech] Continuous execution while editing a program

Tom Johnson
And speaking of "execution"....

Scholarly Publishing: Computers & Graphics Journal Includes First Executable Papers Published Online on Science Direct
http://www.infodocket.com/2013/05/22/scholarly-publishing-computers-graphics-journal-includes-first-executable-papers-published-online-on-science-direct/

-tom johnson (in Kars, Turkey)

On Wed, May 22, 2013 at 10:36 PM, Bruce Sherwood <[hidden email]> wrote:
A Georgia Tech student found an implementation of Bret Victor's ideas about integrating execution with program editing, and he used it with the GlowScript library. Here is his program (slightly simplified by me):

http://tributary.io/inlet/5629637

If you select a number in the source code, a slider appears that lets you adjust that value, and each change is reflected immediately in the 3D display. Or do ordinary editing and you see display updates as you edit.

Bruce

_______________________________________________
Wedtech mailing list
[hidden email]
http://redfish.com/mailman/listinfo/wedtech_redfish.com




--
==========================================
J. T. Johnson
Institute for Analytic Journalism   --   Santa Fe, NM USA
505.577.6482(c)                                    505.473.9646(h)
Twitter: jtjohnson
http://www.jtjohnson.com                  [hidden email]
==========================================

============================================================
FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com
Reply | Threaded
Open this post in threaded view
|

Re: [WedTech] Continuous execution while editing a program

Owen Densmore
Administrator
Tom, that's a great finding.

You may be interested in the Literate Programming originated by Knuth as I recall, but recently made quite popular by Jeremy Ashkenas.  Here's an example .. his Journo simple blog engine he made for an around the world trip he's just finishing.

This is the code, which reads more like text, and believe it or not is what is given to the compiler to convert to Javascript.
and here is his discussion on Knuth's Literate Programming

I really look forward to more papers that can actually show you the results of the research.

   -- Owen


============================================================
FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com