Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Common Lisp Quickstart!

A topic by dto created Apr 14, 2017 Views: 558 Replies: 1
Viewing posts 1 to 2

I've been testing out Shinmera's Portacle : http://shinmera.github.io/portacle

It is an easy to install, integrated GNU Emacs / Common Lisp / Quicklisp / Git tools for Windows, Mac, and Linux.

Any required libraries (DLLs on windows) can go in the ./portacle/lib folder, and your added lisp code goes in ./portacle/projects

If you try it out please let us know about your experience!

Works great on a Win10 laptop here.

Submitted (1 edit)

I tried it out on a Win10 laptop. Mostly works great, but I got one problem when loading larger textures - cl-opengl is not prepared to work correctly with 64bit Windows / SBCL. I described the issue and my hotfix here: https://github.com/3b/cl-opengl/issues/72.

After applying that, I've managed to successfully deploy a Windows binary using SBCL bundled with Portacle.