ccl
Does there exist standard way to run external program in Common Lisp?
In clisp, the following code works: (defun hit-history () (shell \"tail ssqHitNum.txt\")) However, in Clozure CL, the she开发者_如何学Goll function is not supported!No, there is no standard way, bu[详细]
2023-04-12 16:03 分类:问答how to setup linedit support CCL in initial file?
I use 开发者_Go百科quicklisp to install linedit, http://www.cliki.net/Linedit say \"Should work on Lispworks and OpenMCL/CCL.\" how to write $HOME/.ccl-init.lisp?In the meantime, linedit has been made[详细]
2023-03-27 01:33 分类:问答Troubles with own types in Qi
I\'ve vainly trie开发者_JAVA百科d to get the type declaration examples working with Clozure CL, e.g. the following:[详细]
2023-03-12 13:43 分类:问答pass command line arguments to Clozure common lisp
I am familiar with python before and now I am trying to learn common lisp and using ccl(clozure common lisp)under windows system.[详细]
2023-02-20 17:52 分类:问答Is the memory allocated for different data types will depend on the architecture?
Hi all is the memory allocated for different types of variable say float, int and char is different for different architecture?[详细]
2022-12-24 19:18 分类:问答Hidden features of JSP/Servlet [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2022-12-24 14:09 分类:问答jQuery Fancybox - funny errors and no popup window
I am getting \"is null\" errors on a jQuery fancybox install here Here is the jquery: <script type=\"text/javascript\">[详细]
2022-12-18 05:37 分类:问答Clozure Common Lisp - TCP Socket Programming - Sending a Reply
I have a very small program which opens a socket and accepts a connection. It then grabs the remote IP and port.[详细]
2022-12-08 00:03 分类:问答