ANN: python_to_coffeescript 0.1

Edward K. Ream edreamleo at gmail.com
Thu Mar 31 07:36:32 EDT 2016


py2cs.py 0.1 is now available on github
<https://github.com/edreamleo/python-to-coffeescript>.

This script makes a coffeescript <http://coffeescript.org/> (.coffee) file
in the output directory for each source file listed on the command line
(wildcard file names are supported). This script never creates directories
automatically, nor does it overwrite .coffee files unless the --overwrite
command-line option is in effect.

This script merely converts python syntax to the roughly equivalent
coffeescript syntax. It knows nothing about coffeescript semantics. It is
intended *only* to help start creating coffeescript code from an existing
python code base.

This script already does much of the grunt work of converting python to
coffeescript. The script processes itself without error, but coffeescript
itself complains about some results
​.​

​Edward​ K. Ream
March 31, 2016
------------------------------------------------------------------------------------------
Edward K. Ream: edreamleo at gmail.com Leo: http://leoeditor.com/
------------------------------------------------------------------------------------------


More information about the Python-announce-list mailing list