Good news! I've completed porting my scm lib to python. project home
You can use pip to install it.
pip install py-scm
or
pip3 install py-scm
Since python is dynamic, I think I should be able to make actions like register slots automatically or more easily. Well, until next time I find some time to enhance it. bye.
2019年3月10日 星期日
訂閱:
意見 (Atom)
ftps.space released!
I started doing web site development some time ago. After fiddled with Flask, nginx, javascript, html, css, websocket, etc, etc... I h...
-
Today, we will be learning how to use scm library。 First, you can down scm from here . For those who don't know why we are using scm...
-
今天,我們來學習怎麼使用scm library。 首先,你可以在 這裏 下載scm。 不知道為什麼要用scm的請看之前 blog 的討論。 scm裏面有幾個測試程式,其中一個是糖果販賣機,原始碼如下: #include <StateMachineManage...