设想:python刻录进硬件,用pypy提高效率,再用python写内核
import threading as th class Task(threading): def __init__(self,id): ......