#️⃣️ No programming, just comments. A source code comment implementation language.
Examples for the commenter language can be found here (Types.comm)
Commenter source files carry the *.comm
file extension.
Click/tap here to expand/collapse this list
! Comment
!! Comment
!!! Comment
!!!! Comment
# Comment
## Comment
### Comment
#### Comment
% Comment
%% Comment
%%% Comment
%%%% Comment
(Comment)
(Comment
)
- comment
-- comment
--- comment
---- comment
' Comment
'' Comment
''' Comment
'''' Comment
; Comment
;; Comment
;;; Comment
;;;; Comment
/ Comment
// Comment
/// Comment
//// Comment
\ Comment
\\ Comment
\\\ Comment
\\\\ Comment
~ Comment
~~ Comment
~~~ Comment
~~~~ Comment
(* Comment *)
(* Comment
*)
<!-- Comment !-->
<!-- Comment
!-->
<% Comment %>
<% Comment
%>
{** Comment **}
{** Comment
**}
{~~ Comment ~~}
{~~ Comment
~~}
/* Comment */
/* Comment
*/
/** Comment **/
/** Comment
**/
/** Comment */
/** Comment
*/
/* Comment **/
/* Comment
**/
C Comment
COM Comment
REM Comment
/! Comment !\
/! Comment
!\
/! Comment !/
/! Comment
!/
[-- Comment --]
[-- Comment
--]
* Comment
** Comment
*** Comment
**** Comment
& Comment
&& Comment
&&& Comment
&&&& Comment
@ Comment
@@ Comment
@@@ Comment
@@@@ Comment
> Comment
>> Comment
>>> Comment
>>>> Comment
<<<< Comment
<<< Comment
<< Comment
< Comment
+ Comment
++ Comment
+++ Comment
++++ Comment
==== Comment
=== Comment
== Comment
= Comment
? Comment
?? Comment
??? Comment
???? Comment
| Comment
|| Comment
||| Comment
|||| Comment
` Comment
`` Comment
``` Comment
```` Comment
" Comment
"" Comment
""" Comment
"""" Comment
. Comment
.. Comment
... Comment
.... Comment
, Comment
,, Comment
,,, Comment
,,,, Comment
{ Comment
{{ Comment
{{{ Comment
{{{{ Comment
}}}} Comment
}}} Comment
}} Comment
} Comment
_ Comment
__ Comment
___ Comment
____ Comment
: Comment
:: Comment
::: Comment
:::: Comment
$ Comment
$$ Comment
$$$ Comment
$$$$ Comment
<# Comment #>
<# Comment
#>
(! Comment !)
(! Comment
!)
($ Comment $)
($ Comment
$)
[$ Comment $]
[$ Comment
$]
/*! Comment */
/*! Comment
*/
/*! Comment !*/
/*! Comment
!*/
""" Comment """
""" Comment
"""
''' Comment '''
''' Comment
'''
Comment
comment
tnemmoC
tnemmoc
There are nothing but comments in this language, so the closest you could get to a hello world program would be source code only, with no output:
# Hello World
The commenter language has multiple purposes:
- It can be an esotoric language
- It can be used as a framework for implementing comments into another programming language
- It can be used for note-taking
This language has no learning curve. If this can even count as a programming language, it is likely the most basic one in existence.
The idea for this language came to me (seanpm2001) on 2023, Tuesday, January 31st.
This project has 3 inspirations:
-
NoCode by kelseyhightower
- The ability to make source code comments
- The way source code comments look
File version: 3 (2023, Tuesday, January 31st at 1:16 pm PST)
Miscellaneous Q&A
Q: Why are all of the headings capitalized?
A: I recently saw a repository that used this style on its README, and wanted to try that on this repository. I don't plan on continuing to do this regularly.