common-lisp tag

15 questions


3 answers
106 views
0
How to load all the lisp files below ~/.xyzzy.d/ on xyzzy

~/.xyzy.d To load all the lisp files under at startup (mapcar#'mc-load-file(directory~/.xyzzy.d/:absolute:wild*.l))I wrote that, but when I tried using xyzzy for the first time in a while, it stopped ...

1 years ago

1 answers
84 views
0
((41.#1=(2.#2=(3))) (14.#1#) (12.#2#) (12.#2#) (12.34)) in xyzzy does not appear in the normal list.

I created this kind of code, but the results were not in the normal list. (defunins(xfs) (cons (append f(cons xs)) (if(nulls) nil (ins x (reverse(cons(cars)(reverse f))) (cdrs)))Results: (ins4nil'...

1 years ago

1 answers
83 views
0
Please tell me how to use the debugger for common lisp.

Environmentlinux(ubuntu)slime (SBCL) on emacs on roswell In Japanese books, how to use debugger is rarely written, or a minor processing system is used, so where should I look at the English page?(I d...

1 years ago

1 answers
83 views
0
I want to load files from other PC connected by LAN via CCL.

Connecting two PCs, Note-PC and Desk-PC over a wireless LAN.On your Desktop, you have created a Common Lisp file named File1.cl under directory, D:/Data/Lisp/.I started Clozure CL on Note-PC and tried...

1 years ago

1 answers
128 views
0
What is the GUI that can be used for Mac and Windows in common lisp?

I'm trying to create a tool with common rep, but what kind of GUI libraries do you recommend? There are many things like ltk(tcl/tk), commonqt(qt), cl-gtk(GTK), and so on.However, I would like the one...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.