Fork me on GitHub
PJs
by Jared

PJs is kinda like pyjamas...

but shorter. quicker. cleaner. more convenient. Oh, and, easier. Takes care of error handling, so you don't get cryptic error messages that originate from javascript's lazyness regarding undefined variables.

PJs has the goal of generating readable, usable robust javascript code from python code, and of providing some libraries to make web development easier.

It has two parts (at the moment).

  1. a javascript library to aid in pythonic javascript development. This includes:

    • functions
    • classes
    • modules
  2. a python tool to convert python code to javascript. This is similar in nature to the Pyjamas project, but with the use of the pjs library results in much cleaner, more readable code. This tool is build from the ground up specifically for python-to-javascript conversion, as opposed to being a port of GWT's java-to-javascript tool.

Bookmark and Share comments
project comments powered by Disqus