15 questions
I can use Common Lisp and Racket.I use Vim and DrRacket.I would like to know how to efficiently learn GNU Emacs, Spacemacs, Slime, Lem, etc., including Emacs editors and their packages.I'd like to get...
Currently, we are making the game by referring to the PDF below.http://www.usamimi.info/~ide/program/stg_doc/stg-commonlisp.pdfThe above PDF states that I should look into and implement the sound by m...
: I'd like to create a keyword called foo. (intern:FOO)However, it appears that the symbol |:FOO| can be created.How can I create :foo?
: I'd like to create a keyword called foo. (intern:FOO)However, it appears that the symbol |:FOO| can be created.How can I create :foo?
I'm thinking of a code that casts a number to 16 bits to determine positive or negative.(short)nHow do I write in lisp?
The size of the executable is quite large when compiling the following sources in common rep, but would it be possible to reduce it? (defun main() (format Hello World!~%)( sb-ext: save-lisp-and-die he...
Let me ask you about usocket and force-output.I made a simple Echo server to study usocket.It's echo1 and echo2.I tried telnet connection to echo1 and it worked fine.However, when I tried to telnet to...
I'm a beginner at common lisp, but could someone tell me?What should I do if I want CLISP to wrap recursive functions with the same function name, such as Ocaml?For example, reverse:let rec reverse xs...
I was trying OpenGL's tutorial in Common Lisp, but (gl:gen-vertex-array) will fail.OpenGL signalled (1282.INVALID-OPERATION) from GEN-VERTEX-ARRAYS.Condition of type CL-OPENGL-BINDINGS: OPENGL-ERRORCo...
I'd like to open the file by estimating that I don't know the character code in Commonlisp.How do you open a file that you don't know the character code?I am trying to use a library called Guess after...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.