Eisspeedway

Talk:S2 (programming language): Difference between revisions

Content deleted Content added
Zenned (talk | contribs)
No edit summary
Zenned (talk | contribs)
mNo edit summary
Line 3: Line 3:
== Delisted GA ==
== Delisted GA ==
There are no references, there are no images. [[User:Slambo|slambo]] 16:57, 23 October 2005 (UTC)
There are no references, there are no images. [[User:Slambo|slambo]] 16:57, 23 October 2005 (UTC)
----

From [http://en.wikipedia.org/wiki/S2_programming_language#Documentation Documentation]:

<blockquote>Novel in S2 is the idea of providing documentation for a class, method, function or property directly within the source code, separate (machine-distinguishable) from conventional comments. Small strings of explanatory text can be added after the header of a class, method, function or property, and they can be used to generate documentation.</blockquote>
<blockquote>Novel in S2 is the idea of providing documentation for a class, method, function or property directly within the source code, separate (machine-distinguishable) from conventional comments. Small strings of explanatory text can be added after the header of a class, method, function or property, and they can be used to generate documentation.</blockquote>



Revision as of 02:10, 15 February 2006

Delisted GA

There are no references, there are no images. slambo 16:57, 23 October 2005 (UTC)[reply]


From Documentation:

Novel in S2 is the idea of providing documentation for a class, method, function or property directly within the source code, separate (machine-distinguishable) from conventional comments. Small strings of explanatory text can be added after the header of a class, method, function or property, and they can be used to generate documentation.

This is not "novel". Python, elisp, etc. all support docstrings. zenned 02:07, 15 February 2006 (UTC)[reply]