Menu

Welcome to Open Discussion

2000-01-22
2002-05-07
  • Nobody/Anonymous

    Welcome to Open Discussion

     
    • Christopher P. Jobling

      Hi,

      I've just installed Interscript and I have a question about its implementation of tangling. I don't see how you can do chunking in arbitrary order. I'm used to noweb

      Some doc ...
      <<A program>>=
        <<do foo>>
        <<do bar>>
      @

      Description of bar..
      <<do bar>>=
      print "bar"
      @

      Description of foo..
      <<do foo>>=
      print "foo"
      @

      In the example documentation I can see no examples of how you would embed a bit of code (as in <<do foo>> <<do bar>> in <<A program>>). The examples seem quite linear: more like

      Some doc ...
      @

      Description of foo..
      <<do foo>>=
      print "foo"
      @

      Description of bar..
      <<do bar>>=
      print "bar"
      @

      That is, the code seems to be presented in code order rather than in exposition order. I'm probably wrong, but I'd appreciate clarification.

      p.s. Is interscript still under active development?

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.