An open API service indexing awesome lists of open source software.

https://github.com/spikehd/ihatesemicolons

Writing code in semicolon-requiring languages... without semicolons
https://github.com/spikehd/ihatesemicolons

Last synced: about 2 months ago
JSON representation

Writing code in semicolon-requiring languages... without semicolons

Awesome Lists containing this project

README

          

# IHateSemicolons
Stretching different languages to some weird limits by not using semicolons. At all.

# How does it work?

Most (if not, all) of these examples take advantage of the fact that, in most languages, all kinds of code can be evaluated inside of `if`, `while`, `for`, etc. This means that, in theory, a lot of these languages with so-called "strict semicolon requirements" are actually just lying to you. You can treat every language like JavaScript if you try hard enough.

# Contributions

Know how to bend a language to your will? Feel free to make a PR!