Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				@hack by literally typing anything but
+-<>[],.
No special syntax is need for comments as brainfuck ignored everything but those - 
				
				
pmso4075y - 
				
				XML based markup comments get 6 awards from me:
* most retarded
* longest
* hardest to type
* ugliest
* least reliable
* probably made for aliens - 
				
				markdown:
[comment]: <> (something)
I didn't even know markdown had comments! Last week, I hit the comment-shortcut out of habit and tadaa 🎉 - 
				
				; assembly comments
-- lua comments
REM batch script comments
" Vim comments
Those are some of the more exotic that I know of. 

Different types of comments that I know in programming languages
C, C++, Java, C# , JavaScript, Golang
// whatever and /* whatever */
CSS
/* whatever */
Python, Ruby, BASH, Powershell, perl, TCL
# whatever
Almost all markup languages
<!-- whatever -->
I was amazed by how many languages i know along the way!
joke/meme