tjwei's comments

tjwei | 6 years ago | on: Exploit custom codecs to write inline C in Python

I wrote a similar piece of code called MagicCodec back in 2008, including a zhpy codec(Chinese Python) and a Lua codec, which translates Lua source code to Python. (Blog content in Mandarin Chinese, with sample code http://weijr-note.blogspot.com/2008/02/python-magiccodec-01....) There was a time that I am slightly interested in Chinese Python for education purpose. Another interesting approach is using ctypes to replace keywords in CPython implementation, http://weijr-note.blogspot.com/2011/06/python-32-keyword.htm... (Also a blog post in Mandarin Chinese with sample code, which is also in Mandarin Chinese)

tjwei | 9 years ago | on: 2017 is not just another prime number

Reminds me of "Interesting number paradox" :p This can be considered as a proof that every number is interesting.

IMHO, being a prime number might give 2017 some advantages, and 2017 might be a slightly more interesting than most of prime numbers.

page 1