So I've recently started learning Lisp for a class in AI. I'm comfortable coding in plenty of languages, but Lisp feels so irritating to write/read. I'm having a really hard time getting used to the ...
So I've started into learning lisp. For my learning project I've decided to try and write a small game by linking to the SDL library through a dll. So far going surprisingly well. The thing I don't ...