annotate ply-3.8/example/optcalc/README @ 10174:03ab1a0909e2

<b_jonas> `` c=bin/scheme; >$c echo $\'#!/bin/sh\\nexec perl \\\'-ne/Scheme$/&&push@p,$p;$p=$_}{print$p[rand@p]\\\' share/mtg/allsets.txt\' && chmod -c a+x "$c"
author HackBot
date Fri, 27 Jan 2017 09:53:42 +0000
parents 343ff337a19b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7267
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
1 An example showing how to use Python optimized mode.
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
2 To run:
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
3
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
4 - First run 'python calc.py'
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
5
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
6 - Then run 'python -OO calc.py'
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
7
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
8 If working correctly, the second version should run the
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
9 same way.