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

https://github.com/mkpoli/java-is-to-javascript

A compilation of Java is to JavaScript as X is to Y
https://github.com/mkpoli/java-is-to-javascript

java javascript misnomer multi-lingual

Last synced: about 2 months ago
JSON representation

A compilation of Java is to JavaScript as X is to Y

Awesome Lists containing this project

README

        

# Java is to JavaScript as X is to Y

This is a website that lists things that are just like the different between Java and JavaScript in world's languages. A working version is available at [js.mkpo.li](https://js.mkpo.li).

![screenshot](./static/screenshot.png)

## Structure

Important directories:
- [`data/`](./data/): Word lists for each language.
- [`messages/`](./messages/): Translation files for each language.
- [`src/`](./src/): Source code of the website.

## License

This project is licensed under the following terms[^3]:

- **Code**[^1]: [Zero-Clause BSD License (0BSD)](./LICENSE-0BSD) © 2024 mkpoli.
- **Data**[^2]: [CC0 1.0 Universal License (CC0-1.0)](./LICENSE-CC0-1.0).

By [contributing to this project](CONTRIBUTING.md), you agree that your contributions will be licensed under these terms.

[^1]: ***Code*** refers to all parts of the project that are executable.
[^2]: ***Data*** includes all content that are presented by the code while not executable. Translations are also considered data.
[^3]: Currently, the project is in its early stages, and code and data may reside together. We are working towards a clearer separation. In the meantime, please refer to the source code manually to determine the license of each contribution.