Adding some fancy logging #hylang #hy

```
(defn switch_to_fancy_logging []
(let [handler (rich.logging.RichHandler :rich_tracebacks True)]
(.basicConfig logging
:level (if (:DEBUG os.environ False)
logging.DEBUG
logging.INFO)
:handlers [handler]
:force True
)))
```

šŸ Uh oh I’m getting really into #Hylang

I should look closer into compilers (and into roto, in particular). They are fascinating,and I did not have many opportunities to play with them.

#hylang might be the closest I've got, and that was a while ago, and I'd like to dig deeper.

Check out MacroKnight! My latest #game for the #lispgamejam written with #hylang and #pygame

https://etenil.itch.io/macroknight

MacroKnight by Gene Pasquet

Old-school platformer

itch.io

Finally started making progress on my #game for the the #springlispgamejam!

#lisp #gamejam #lispgamejam #pygame #hylang

Sadly I'll have limited availability during the #lispgamejam this year. Was thinking to go with #hy and #pygame as a result. Hopefully that's still #lisp-y enough!

#hylang #springlispjam #springlispgamejam2025

@amoroso if you consider #hylang a lisp, then it's super duper popular in AI. Of course you'll have to ignore the fact that #hy == #python

@[email protected] I probably shouldn't tell you about #HyLang, then. 😜

https://hylang.org/

The Hy programming language

Learning #Hy for fun. Got it to work with #Org-Babel on #Emacs. I like it when the language officially supports #Emacs (i.e no community packages).

#Hy #Hylang #Lisp #Python #Scheme

Been programming in #hylang today. The bidirectional interoperability with #python is really impressive! Sadly I'll have to rewrite it into python as my colleagues aren't fans...

#lisp