lisp tag

26 questions


1 answers
123 views
0
Please tell me how to learn the entire Emacs editor.

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...

1 years ago

3 answers
105 views
0
I want to read Emacs source code while searching for functions in Emacs.

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...

1 years ago

1 answers
97 views
0
I want to play music in Lispbuilder-sdl, but I can't do it because of the error "BABEL-ENCODINGS: INVALID-UTF8-STARTER-BYTE".

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...

1 years ago

2 answers
64 views
0
I want to create a keyword from a string.

: 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?

1 years ago

2 answers
62 views
0
I want to create a keyword from a string.

: 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?

1 years ago

3 answers
75 views
0
How do you write the type conversion?

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?

1 years ago

1 answers
127 views
0
About Common Lisp Executable

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...

1 years ago

1 answers
62 views
0
usocket and force-output questions

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...

1 years ago

4 answers
97 views
0
I want to write in OCaml style with common lisp.

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...

1 years ago

1 answers
76 views
0
Using smartparens and web-mode at the same time will complement one extra >

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 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.