26 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...
I wanted to read the Emacs source code, so I could access the elisp source code that defines functions in C-hk and C-hf, but When I tried to access a more core part of the source file written in C lan...
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 am using Emacs 24.4.Using smartparens and web-mode at the same time may complement one more > when handling erb files.Specifically, <%= complements one more > as in %>>.It seems that ...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.