Documentation: Difference between revisions

BLC docs
m (→‎{{header|Wren}}: Changed to Wren S/H)
imported>Tromp
(BLC docs)
 
Line 95:
return number1 + number2 + number3
}</syntaxhighlight>[http://www.autohotkey.net/~tinku99/test/example_add.htm Resulting Documentation]
 
=={{header|Binary Lambda Calculus}}==
One of the best ways to document BLC programs is to generate them from a lambda file using the blc tool from https://github.com/tromp/AIT
Lambda files support arbitrary identifiers, a let ... in construct, recursive definitions, and of course (Haskell style) comments.
Many of the BLC solutions on Rosetta Code link to the lambda file from which they were generated.
 
=={{header|C}}==
Anonymous user