spitfire icon indicating copy to clipboard operation
spitfire copied to clipboard

A high-performance Python template language

Results 15 spitfire issues
Sort by recently updated
recently updated
newest added

Without usage examples, new people cannot really see this in action. Please provide pointers and explanations. Thank you. And please explain why Spitfire is better than Cheetah or Jinja2? The...

Please, provide support for python 3

Builds on #81 so that `PYTHON=python2 make tests` and `PYTHON=python3 make tests` both pass

cla: no

resolved #75

cla: yes

Let me know if you think we should do this or move to more traditional means with PIP Only ugliness is we'll need to "from third_party import six" instead of...

cla: yes

_baked.c was the most complicated one. Py3 Unicode implementation requires initialization. I left the Python 2 implementation alone because I'm not entirely sure of the overhead being saved with memcpy...

cla: yes

We need to use portions of the runtime as part of the migration. Splitting out into a separate changelist should help expedite the work.

cla: yes

Documentation should cover all parts of the language's syntax as well as how baked, strict_resolution, globals, and attrs work.

documentation