adnan360 45914f9be5 Remove HTML::Entities module dependency 3 年之前
..
perl 71adad9933 Add Perl Text::Template 3 年之前
public 45914f9be5 Remove HTML::Entities module dependency 3 年之前
src 71adad9933 Add Perl Text::Template 3 年之前
.gitignore 71adad9933 Add Perl Text::Template 3 年之前
README.md 71adad9933 Add Perl Text::Template 3 年之前
generate.pl 45914f9be5 Remove HTML::Entities module dependency 3 年之前
server.pl 71adad9933 Add Perl Text::Template 3 年之前

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.