Lingdong Huang
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 äž...
Thanks for the suggestion! Let me consider it :)
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...