views:

63

answers:

1

I want to create my own editor to code in, at first I was going to use ncurses to make a terminal editor. Not working, the library has no documentation and it's mail list is completely empty. I'm probably going to make it with a gui library instead. I'm thinking of just using glut from cl-opengl, but I can't find any info on how developed it is. If it's not in a good usable state I guess I'll just use gtk.

Thanks guys

A: 

It's better to use lispbuilder. It's by far more complete than cl-opengl.

But if you want a gui library for lisp you can try wxcl.

Victor Marzo