Search found 5 matches

by Akira
Thu Aug 21, 2008 5:57 am
Forum: Common Lisp
Topic: Entry point of an executable
Replies: 2
Views: 6911

Re: Entry point of an executable

Ok, thanks :)
by Akira
Wed Aug 20, 2008 11:16 pm
Forum: Common Lisp
Topic: Entry point of an executable
Replies: 2
Views: 6911

Entry point of an executable

From what I have read, there is no equivalent to main or WinMain in lisp. So, when I create an executable, a fas file, does the program just start with the first function that it encounters? or is there any way to tell him to start somewhere else? I will suspect that is the former. And how do I tell...
by Akira
Wed Aug 20, 2008 11:10 pm
Forum: Common Lisp
Topic: Lisp, Windows and OpenGL
Replies: 8
Views: 20479

Re: Lisp, Windows and OpenGL

Thanks again. I will try them ... once I manage to have an idea of what I'm doing.
by Akira
Wed Aug 20, 2008 8:07 am
Forum: Common Lisp
Topic: Lisp, Windows and OpenGL
Replies: 8
Views: 20479

Re: Lisp, Windows and OpenGL

Thanks for the answer.

I'm not worried about mixing opengl and Windows windows. The OpenGl windows that I will create for the time being will be full screen, with no toolbars or anything.

From what I can read to be able to create windows and such I will have somehow to use cffi to call the WinAPI?
by Akira
Wed Aug 20, 2008 5:43 am
Forum: Common Lisp
Topic: Lisp, Windows and OpenGL
Replies: 8
Views: 20479

Lisp, Windows and OpenGL

I'm thinking of giving Lisp (common Lisp - CLISP) a try. Paul Graham sounds like a fanboy, but at least has let me wondering. I'm reading a lot of things in the Net, but a part from one pdf that I downloaded (a comparison between programs written in Java, C and Lisp), there is nothing that sways me ...