在不知道是什麼風球的那天晚上,我去了看正在香港上演的《歌聲魅影 The Phantom of the Opera》 ( POTO )。
正如我之前曾經說過,自己對 POTO 的歌曲、故事、角色等等已經相當熟悉,電影版和小說版也看過,但唯獨是沒有真正看過音樂劇本身。
醒來
我們躲在符號背後說話
讓它們誇張的表情給我們溫熱
它們多餘怪異代替我們出軌,讓它們
說話,我們就安心
到頭來誰也沒有沉默
我想說的話流淌在失眠的褥上
片語的塵蟎深入鼻子
組織句段河流曲折碎金
河底砂石溢出全部的未
填補信仰、喚醒良知
我們聽盡了呼籲與號召,對於良知,我不必譴責喪失它的國人,不必盛讚良知的美好。我只想討論,喪失了良知的原因——空缺的信仰。
一、空缺信仰喪失良知
現代的國人缺少信仰,以至於
Python's implementation of closures for inner functions has a well knownproblem: you can't mutate the binding of capturedouter variables. In other words, the following code does not work:
def cfunc(a): def _if(b): a = a + b return a return _if
There is nothing in the semantics of Python that require this result.Unlike the case of writing to a global variable in a function, what the a variable refers to in the scope of _if is
The problem with regular expressions is the same problem as computerprogramming in general: the computer will faithfully do exactly what youtold it to do, regardless of whether or not this was what you actuallywanted.
(The other problem with regular expressions is that they are a crappyprogramming language, not in power (they've got plenty of power) butin terms of being able to read and write them. (Okay, one of the otherproblems with regexps. There are more.))
DWiki had an
This week, we:
This is down slightly from last week .We will probably see variations in accepted messages all August,since this is both doldrums and panic time at universities.