colorful rat Ratfactor.com > Dave's Repos

rubylit

A literate programming system in 35 lines of Ruby
git clone http://ratfactor.com/repos/rubylit/rubylit.git

rubylit/hello.html

Download raw file: hello.html

1 <html><body> 2 3 <h1 id="label-Hello.lit-2C+or+-22hello+world-22+from+Literate+Programming-21">Hello.lit, or “hello world” from Literate Programming!<span><a href="#label-Hello.lit-2C+or+-22hello+world-22+from+Literate+Programming-21">&para;</a> <a href="#top">&uarr;</a></span></h1> 4 5 <p>Here is a “hello world” program. This part is documentation and is written in <em>Markdown</em>.</p> 6 7 <p>Here&#39;s the code:</p> 8 9 <pre class="ruby"><span class="ruby-identifier">puts</span> <span class="ruby-string">&quot;Hello world&quot;</span> 10 </pre> 11 12 <p>And that&#39;s it. Enjoy!</p> 13 </body></html>