Questions tagged [allegro-cl]

35 questions
0
votes
1 answer

Allegro CL: creating a standalone binary?

I want to save a third-party lisp library to a standalone binary? Is this possible to do in Allegro CL (I can't seem to find anything about this in the documentation)?
kazimir.r
  • 387
  • 1
  • 3
  • 9
0
votes
1 answer

Lisp, Error: Comma not inside a backquote. [file position = 762]

I've been following the instructions to install coding examples for Lisp but have been getting the error "Comma not inside a backquote" when trying to load the file "aima.Lisp" using Allegro CL. This is the code for the file (unedited code…
Aaron
  • 95
  • 1
  • 11
0
votes
2 answers

ASDF initialize-source-registry bug?

I've been banging my head against ASDF2 and just want a sanity check. When I eval (asdf:initialize-source-registry) with no arguments or with any argument, I get no value. When I check source-registry, I get an empty hash table. Is this a…
jennykwan
  • 2,631
  • 1
  • 22
  • 33
-2
votes
1 answer

In Allegro Common Lisp Form application on Windows is there global form and button variables?

Allegro Common Lisp forms are very much like Delphi forms. But delphi forms at least allow you to access global variables such as Form1, Button1, Button2, etc. In Allegro common lisp the only way I can figure out how to access buttons properties and…
Another Prog
  • 841
  • 13
  • 19
-3
votes
1 answer

Where should function definitions be written in Allegro CL Free Express Edition 9.0?

Where should I write function definitions with defun? In debug window or in the editor? I have tried to write definitions in both places but am getting errors.
1 2
3