PortabilityΒΆ

Although PyCep is written in pure Python and it tries to be as self-sufficient as possible, it defers certain elements to the host language (which conveniently happens to be Python). These items are listed here:

  • String literal evaluation (see ast.literal_eval())
  • String formatting (see %)
  • Type checking, e.g. for arithmetic operations
  • Built-ins
comments powered by Disqus