announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
djblue 2020-10-12T00:38:43.176500Z

portal 0.6.0 https://github.com/djblue/portal/blob/master/CHANGELOG.md#060---2020-10-11 The main highlights are the new command palette and keyboard shortcuts!

❤️ 12
tvaughan 2020-10-13T15:48:11.190400Z

I use the emacs nord theme and clojure syntax highlighting doesn't look like portal's (which is much better IMHO). Any idea what it would take to port portal's nord color choices to emacs and clojure mode?

djblue 2020-10-13T17:24:33.190900Z

@tvaughan I'm not sure how to setup an emacs theme but you can find the colors I used here https://github.com/djblue/portal/blob/master/src/portal/colors.cljc#L5

djblue 2020-10-12T00:41:42.176700Z

http://djblue.github.io/portal/ is also up-to-date with these changes if you wanted to play with the demo

hkupty 2020-10-12T07:32:03.178700Z

Defteron 0.4.0: https://github.com/hkupty/defteron/releases/tag/v0.4.0 Now handles properly serialization/deserialization of structs and messages. 🙂

🎉 4
Ben Sless 2020-10-12T18:12:40.182200Z

clj-decompiler.el - A small Emacs package to decompile JVM Clojure code at point like you would macro expand https://github.com/bsless/clj-decompiler.el

👏 6
🎉 8
Reshef Mann 2020-10-13T07:05:13.184400Z

@ben.sless What about vim users? 😉

Ben Sless 2020-10-13T07:26:33.184600Z

@reshef.mann never heard of them 🙃 You're welcome to use the excellent vim implementation available for Emacs. :emacs:

bartuka 2020-10-12T20:59:32.183300Z

😮 thanks!