adnan360 4a44c99d90 Initial commit 2 anni fa
..
public 4a44c99d90 Initial commit 2 anni fa
src 4a44c99d90 Initial commit 2 anni fa
.gitignore 4a44c99d90 Initial commit 2 anni fa
README.md 4a44c99d90 Initial commit 2 anni fa
generate.js 4a44c99d90 Initial commit 2 anni fa

README.md

polytable

code comparison table for many programming languages

A chart that shows common code syntaxes for many proramming languages side by side. This is ideal for programmers who are interested in learning about different computer languages or are always roaming between them and needs a reference to survive.

Designed to be a single HTML file. Feel free to save on your computer (Ctrl+S) and carry around.

Why?

It may be useful:

  • As a reference
  • As a learning material - e.g. in a lecture to discuss languages, to learn new languages
  • As a dev cheatsheet - e.g. if someone forgets code syntax

Build

Be sure to have Node.js installed. Then:

node generate.js

License

MIT Expat License. See LICENSE for details.