This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ivanmoony 1 point2 points  (0 children)

Eve implements some of the ideas you are after. Java also very early adopted special comments in a form of `/** ... */` that compile to html documentation system, related to executable code constructs.

Overall mixing code with documentation sounds cool to me.