Results 236 comments of Lingdong Huang

@statementreply Oops, I committed in the wrong folder (again :). It should be fixed now with this fresh commit: 0195caa38623f0ffc6630f0310eb1b08cd793878 , thanks!

周棄曰。少昊有四叔。曰重。曰該。曰修。曰熙。 吳王壽夢有四子。長曰謁。次曰餘祭。次曰夷昧。次曰季札。 以荒政十有二聚萬民:一曰散利,二曰薄徵,三曰緩刑,四曰弛力,五曰捨禁,六曰去幾,七曰眚禮,八曰殺哀,九曰蕃樂,十曰多昏,十有一曰索鬼神,十有二曰除盜賊。 凡祭有四時:春祭曰礿,夏祭曰禘,秋祭曰嘗,冬祭曰烝。 子夏曰。君子有三變。望之儼然。即之也溫。聽其言也厲。 故言必有三表。何謂三表。子墨子言曰。有本之者。有原之者。有用之者。 孔子曰。人有五儀。有庸人。有士人。有君子。有賢人。有聖人。 :)

Sorry to contradict, but I think the current mechanism makes sense. As stated in the 1st line of the Feature section of the README, one of the goals of wenyan-lang...

I think omitting type for polymorphic types using `一` only is a valid proposal and is implementable. However, it might be an over-complication to introduce new syntax just to bring...

Good suggestion, input function will likely be packaged in platform-specific IO stdlib .

> Should we name it "彼時何年" instead of "彼年何年" to avoid confusion since the input is in secs instead of years? Good suggestion, however, there is only one problem, which...

Thanks a lot for the proposal. Date library placeholders are now added. See `./lib/曆法.wy` and `./lib/*/西曆法.wy`. The idea is, we have a platform-specific call to the target language's date/time API...

@statementreply @S-Asakoto Thanks so much for all the information! It is indeed complex but I think it is an interesting and meaningful problem worth the time to solve. It's probably...

What a coincidence, I'm working on macros to allow stdlib (and users) to add syntactic sugar. Stay tuned :)

Experimental macros now are supported: #440 Thanks!