adnan360 4a44c99d90 Initial commit 2 years ago
..
perl 4a44c99d90 Initial commit 2 years ago
public 4a44c99d90 Initial commit 2 years ago
src 4a44c99d90 Initial commit 2 years ago
.gitignore 4a44c99d90 Initial commit 2 years ago
README.md 4a44c99d90 Initial commit 2 years ago
generate.pl 4a44c99d90 Initial commit 2 years ago
server.pl 4a44c99d90 Initial commit 2 years ago

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 Perl installed. Then install dependencies:

cpanm -n JSON::Tiny || cpan -T JSON::Tiny

To build:

./generate.pl

License

MIT Expat License. See LICENSE for details.

There are downloaded modules included under "perl" directory. Look into directories inside to find their licensing information.