On Wed, Feb 01, 2012 at 04:24:09PM +0400, Serge D. Mechveliani wrote:
> How the programmers live with this?
> For debugging, it is often needed to comment out some large block 
> in the source.
I live with noweb and simply change a chunk from
<<code.spad>>=
...
@
to
<<code.spad nocompile>>=
...
@
so it is not included when the file code.spad is tangled.
The latter happens in a Makefile, and instead of 

  )co code.spad

I type

  )r makecode

which reads the file makecode.input containing the lines
)sys make
)co code.spad

best,
Franz

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to