Racket’s let and for
updated at: 2022-02-25
Take a bite of racket’s Local Binding, at the first sight we might already acquire the gist about the usage of define. And then it will come to us with let and for, both of them can be used for loops.
updated at: 2022-02-25
Take a bite of racket’s Local Binding, at the first sight we might already acquire the gist about the usage of define. And then it will come to us with let and for, both of them can be used for loops.
Most recently, I’m very passionate about chinese classical culture. If we take a deep look at the core of chinese culture, we are going to notice all of them include Traditional Chinese Medicine and 24 solar terms and even the way how ancient chinese recording time as their calendar, which is a mix of solar calendar and lunar calendar, are derived from Yijing. In a way, we can say that almost all the chinese things are built on the top of ideas of Yijing, although to this day the importance of it has been diminished by the developing of modern western science.
Recently I extract my code from a former project rainbow-delimiters to scribble-rainbow-delimiters, which is useful for reading code on HTML page generated by Racket’s Scribble.
Recently I have been in the project to develop Wechat Mini programs, and when it comes to the part of decrypting data, I find out there does not exist a Ruby Gem for this although the Wechat official provides code sample but it is only for Python/PHP/C++. So I decided to resemble the Python source code and write a Ruby Gem based on it.
Recently I received an email of a github comment on a Racket Package of mine named http-client, which was announced to release by my post of Announcing the release of http-client. Until then, I realized there really exist someone using my packages except me. This also make me realize I already came to the point to fathom out the design of Racket’s package version that I tried before and abandoned because of being short on time, and I should commit to add versions to my packages.
I’m writing this post to announce the release of a new Racket package called Qweather, the source code of it is at: https://www.github.com/yanyingwang/qweather.
I’m writing this post to announce the release of a new web browser plugin/extention/add-ons called Rainbow Delimiters, the source code of it is at: https://www.github.com/yanyingwang/rainbow-delimiters.
Recently I’ve been pushed to a request to take over another project, which project is written by PHP using MySQL, and the main DB data of this project is from API of another project, that project is using Microsoft’s SQL Server 2005.
I’m writing this post to announce the release of a new Racket Package called http-client, the source code of it is at: https://www.github.com/yanyingwang/http-client.
It was December 2019, at that time I was rebuilding my blog this website with racket frog and was writing a blog post named “一次博客的洗礼”, I remember very well in that post I said I need to be more self-controlled from wasting time writing some useless daily life blog posts. Two months passed from that time until now, am I surprising myself and changing my mind, going back on my word and writing another trivial aspect things of my daily life?