soegaard2
2018-8-8 15:33:14

I have noticed that elisp has an not-equal operator: /=


soegaard2
2018-8-8 15:33:33

Scheme and Racket doesn’t.


soegaard2
2018-8-8 15:35:23

Common Lisp seems not to have /= but does have char/= and string/=.



soegaard2
2018-8-8 17:07:03

@leif I had forgotten about that :slightly_smiling_face:


leif
2018-8-8 17:13:31

I still like the questions: (not (that-big-of-deal?)) line, but I also sometimes find myself wishing there was some sort of != operator. :slightly_smiling_face:


leif
2018-8-8 17:15:55

@mflatt So it looks like using ttf is possible when combining pango with fontconfig: https://stackoverflow.com/questions/43735411/how-to-create-pangofont-object-from-ttf-font-file


leif
2018-8-8 17:16:09

Since Racket already includes a (modified) copy of fontconfig, this might be doable. ^.^


leif
2018-8-8 22:29:24

Oh, also @mflatt, is the draw-ttf-x86_64-linux-natipkg still used for anything?