Skip to content

seanpm2001/Commenter-language


/Commenter_Logo1.png

COMMENTER LANGUAGE

ABOUT

#️⃣️ No programming, just comments. A source code comment implementation language.

EXAMPLES

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

HELLO WORLD

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

PURPOSE

The commenter language has multiple purposes:

  1. It can be an esotoric language
  2. It can be used as a framework for implementing comments into another programming language
  3. It can be used for note-taking

LEARNING CURVE

This language has no learning curve. If this can even count as a programming language, it is likely the most basic one in existence.

IDEA

The idea for this language came to me (seanpm2001) on 2023, Tuesday, January 31st.

INSPIRATIONS

This project has 3 inspirations:


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.