It’d be pretty funny to code in Chinese
Saw this at cactusbeetroot’s blog: x = 0; 油 = 0; 如果 (x 是真的) { 油++; x = 假; } You can see that the code is trying to 加油. Haha! But there really exist Chinese programming languages. There is Chinese...
View ArticlePHP to use backslash as namespace separator
PHP is going to have backslashes for namespace separator. Thx to the initiative of Scott and Steph we had an IRC discussion with several code developers. The result is that we have decided to go with...
View ArticleIntroduction of SML and SML/NJ
This is much inspired by the well-written A Gentle Introduction to ML by Andrew Cumming, Computer Studies, Napier University, Edinburgh. I have written this in a rush, so please forgive my mistakes by...
View ArticleHow to add Ruby string interpolation highlighting for Sublime
To add Ruby string interpolation highlighting for Sublime Text 2, you need to edit your .tmTheme file. It can be found in your SublimeText 2, go to Preferences, then Browse Packages. This will open up...
View ArticleHow to add string interpolation highlighting for Sublime
To add general string interpolation highlighting for Sublime Text 2, you need to edit your .tmTheme file. It can be found in your SublimeText 2, go to Preferences, then Browse Packages. This will open...
View Article