Profile avatar
whatacold.bsky.social
Falling in love with #clojure, #clojurescript, and #emacs. Building Chrome extensions and websites using them. C++ dev by day. GitHub: http://github.com/whatacold YouTube: https://www.youtube.com/@kenhuang-tech Blog: https://whatacold.io
87 posts 58 followers 48 following
Prolific Poster
Active Commenter
comment in response to post
Which means, we’re not a nerd😄
comment in response to post
Congrats! A good start!
comment in response to post
For Wu Bai you could try 痛哭的人 再度重相逢 浪人情歌. 黄昏 我的心太乱 for Chou.
comment in response to post
I like songs of 伍佰 and 周传雄, I also tend to like "old" songs.
comment in response to post
Thread-as macro: clojure.org/guides/threa...
comment in response to post
Added a demo project and a demo video: Collecting events to Google Analytics in ClojureScript Projects youtu.be/r8D0vb94MeA
comment in response to post
Hmm, I wasn’t aware of dot dot before, so usually I used the thread macro.
comment in response to post
Thanks a lot!
comment in response to post
Thanks! I was trying to use Emacs on Mac a bit these days, and I tried to install Emacs-plus via brew, it installed successfully and I can run Emacs from the term, but I couldn’t find it in spotlight search, do you happen to know why? Thanks. In the end, I installed the one from emacsformacosx.com.
comment in response to post
Hi Gosha, which Emacs build do you use on Mac OSX?
comment in response to post
I tried two builds right now. First, I tried `brew install emacs-plus`, it took a long time to build and I could start it from CLI, but I couldn't find it in the launchpad, which was weird. Then I tried emacsformacosx.com, it just worked.
comment in response to post
And personally I use the official #clojure cheat sheet quite often: clojure.org/api/cheatsheet
comment in response to post
Congrats!
comment in response to post
Thank you! didibus on slack also pointed that out to me, and I've updated my post a little bit. It's an interesting topic and I'll come back to it in the future, thanks!
comment in response to post
Cool! What emacs package do you use for this? gptel?
comment in response to post
You should, they’re lisp code:)
comment in response to post
Yes, rewriting it in #clojure & #clojurescript, it’s gonna be fun 🤩 . Current main tools include one to generate compile_commands.json and one to find text using #python regex. And I’m planning to add a bunch more after that.
comment in response to post
Great news! It's okay to submit a shadow-cljs :release build. The result file is dramatically smaller, only 1/20 of the :dev build size. However, the review process did take longer, 2 days vs. 0.5 days.
comment in response to post
Maybe you could post this to /r/emacs, someone there may have an answer.
comment in response to post
Well, this is useless, as there aren't even function signiture hints. And I couldn't find any info on this on the Internet. In the end, I just started two JVM at the current moment, one by `lein ring server` and one by cider-jack-in :(