[Cook] to enhance cook

Dietmar Schaefer dietmar at ast.dfs.de
Wed Dec 7 19:47:50 EST 2005


Hi !


O.K. your last tips worked !

Now I would like to enhance cook to  be able to handle  erlang  files !


I had  short look into the c  receipe .

Can someone tell me where I need to change things to get a new erl_incl 
command which can be used by cook ?

Here is a short example of erlang code


-module(cmmc_4dp).

-vsn("1.0").
-export([startall/0,stopall/0,stop/0,start/0]).
-import(cmmc_util,[msleep/1]).


-include ("../include/cmmc_config.hrl").     <---------



-define(MAX_RESTARTS,3).
-define(RESTART_INTERVAL,20).


Should it be possible to write such "helper programs" like c_incl in 
other languages than c ? for example in ruby,perl,python ?


Best regards

Dietmar



More information about the Cook-users mailing list