How do I get acess to common2.lsp and other files that are loaded every time when i start xlisp?
Is it possible to see the definition of remove-duplicates function and other functions inside common2.lsp?
Thx for all and sorry for my english
m0rk4i wrote:Is it possible to see the definition of remove-duplicates function and other functions inside common2.lsp?
m0rk4i wrote:But where is this file? I can´t find
Obs: Im using Xlisp32
m0rk4i wrote:Let me be more specific: When we ran any lisp interpreter the files common2.lsp and common.lsp are loaded. These files contains the definitions of several functions like remove-duplicates. So, where can i find these files? Im using xlisp32 and wanna know if is it possible to read the content of these files and the format will be something like this:
(defun remove-duplicates (list)
(cond
((equal ....
For example, in C language we can open the header files like stdio.h and find the printf definition
Users browsing this forum: No registered users and 4 guests