Results 236 comments of Lingdong Huang

👍 Very nice! I like the format. May I propose two small suggestions: - the green and cyan texts are a bit too bright and hard on the eyes -...

Good suggestion. However Chinese fonts are somewhat large to load, and I'm not sure if there're good open source versions of 甲骚文 or 篆曞 fonts. I'll definitely research a bit...

I like the idea! Thanks for the proposal. We can even use it for the wenyan handbook project I'm working on. Also, we can use 〇 〇 〇 or 侀...

Interesting use of closure! Here is another idea I published earlier for doing the same thing: https://github.com/wenyan-lang/wenyan/issues/362#issuecomment-568669417 ```js function curry(f,arity=-1){ if (arity == -1){ arity = f.length;} if (arity

Hi nanmu42 and jamfly, Thanks! Indeed writing the spec is among my top priorities, I’m working on it and you can expect it in a couple of days. Will update...

@cuixiping Good catch! @jiangzoi fix this XD

Hi, either of the below would have worked: ``` 倫「集」之長。名之曰「床」。 倫「集」之長。昔之「床」者。今其是矣。 ``` Thanks!

Hi @lymslive , thanks for bringing this up! List of examples can be fetched with a `POST` request to `wenyan-snippets.glitch.me/all`. Specific examples can be fetched with `wenyan-snippets.glitch.me/api?id=123`. You can read...

@lymslive Good suggestion, these API's could be quite handy. Thanks for bringing this up! As for `examples_info.js`, maybe it is better to keep it that way. Self-documentation is nice, but...