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
- Host: GitHub
- URL: https://github.com/mkpoli/java-is-to-javascript
- Owner: mkpoli
- License: 0bsd
- Created: 2024-10-24T12:12:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T13:14:59.000Z (7 months ago)
- Last Synced: 2024-10-25T13:57:51.974Z (7 months ago)
- Topics: java, javascript, misnomer, multi-lingual
- Language: Svelte
- Homepage: https://js.mkpo.li/
- Size: 277 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-0BSD
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).

## 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.