jarvis

Software Screenshot:
jarvis
Software Details:
Version: 0.1.2
Upload Date: 20 Feb 15
Developer: Francois Lagunas
Distribution Type: Freeware
Downloads: 110

Rating: 2.8/5 (Total Votes: 9)

Jarvis is a Python module that was inspired by works of http://worrydream.com/ Bret Victor, especially his talk http://www.youtube.com/watch?v=PUv66718DII "Inventing on Principle" . The central idea is that the feedback loop when you are coding should be the shortest possible, so you can see the effect of your code changes instantly, or almost. Jarvis implements a (small) subset of these ideas.

What is Jarvis

Jarvis is a Python programming companion. Point it to a python function, and it will execute it. As soon as you change your code in your favorite text editor, Jarvis will detect it, and will rerun the function, using some nice Python tricks to reload code without rerunning the full interpreter.

You can insert in your code some debug statements, that will be displayed in the Jarvis interface. If an exception is raised, it will be shown as well.

Last, but not least, if you are using http://www.openscenegraph.org/ OpenSceneGraph Python bindings, you will be able to output an OSG tree to the Jarvis interface. This way, you can instantly see the new 3D scene your code is generating, in a way similar to the talk "Inventing on Principle".

Requirements:

  • Python

Similar Software

radare
radare

11 May 15

termdebug
termdebug

20 Feb 15

scanmem
scanmem

2 Jun 15

Alleyoop
Alleyoop

15 Apr 15

Comments to jarvis

Comments not found
Add Comment
Turn on images!