Re: [O] proposal for a tool to translate orgmode outlines into programs

2013-10-05 Thread Thorsten Jolitz
Isaac isaac...@gmail.com writes: Hi Isaac, Thomas S. Dye tsd at tsdye.com writes: Aloha Isaac, This sounds to me a lot like literate programming, which can be accomplished in Org with very many languages, including ruby and python (but not lua, yet). See

Re: [O] proposal for a tool to translate orgmode outlines into programs

2013-10-05 Thread Eric Schulte
Isaac isaac...@gmail.com writes: proposal for a tool to translate orgmode outlines into programs Hi Isaac, This is a hard problem and an area of active research. Search for program synthesis [1] to see a selection of work in this field. Generally programs are built from descriptions in

Re: [O] proposal for a tool to translate orgmode outlines into programs

2013-10-05 Thread Isaac
Eric Schulte schulte.eric at gmail.com writes: Isaac isaacpei at gmail.com writes: proposal for a tool to translate orgmode outlines into programs Hi Isaac, This is a hard problem and an area of active research. Search for program synthesis [1] to see a selection of work in this

[O] proposal for a tool to translate orgmode outlines into programs

2013-10-04 Thread Isaac
proposal for a tool to translate orgmode outlines into programs Idea: a program to translate orgmode note into script/programs which can be used as a template/starting point for a real program after debugging, refactoring. Background and reasons: As I am accumulating more orgmode

Re: [O] proposal for a tool to translate orgmode outlines into programs

2013-10-04 Thread Thomas S. Dye
Aloha Isaac, This sounds to me a lot like literate programming, which can be accomplished in Org with very many languages, including ruby and python (but not lua, yet). See http://orgmode.org/worg/org-contrib/babel/languages.html. An advantage of literate programming is that it generates

Re: [O] proposal for a tool to translate orgmode outlines into programs

2013-10-04 Thread Isaac
Thomas S. Dye tsd at tsdye.com writes: Aloha Isaac, This sounds to me a lot like literate programming, which can be accomplished in Org with very many languages, including ruby and python (but not lua, yet). See http://orgmode.org/worg/org-contrib/babel/languages.html. An advantage of