Skip to content

Latest commit

 

History

History
235 lines (210 loc) · 3.12 KB

File metadata and controls

235 lines (210 loc) · 3.12 KB

/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

IDEA

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

INSPIRATIONS

This project has 3 inspirations:


File version: 2 (2023, Tuesday, January 31st at 11:18 pm PST)