Description:
Discussion about LISP.
|
|
|
Immediate Position:::Business Analyst With BI EXP::::At Houston, TX
|
| |
Hi,
This is Girish, - Recruitment and Resources from SancroSoft USA Inc.
We have an urgent requirement as follows:
Please respond with resumes in MS-Word Format with the following details to Gir...@sancrosoftusa.com Full Name :
Location :
Contact Number :
Email :
Availability :
Visa Status :... more »
|
|
sorting cdr of form in Emacs/SLIME?
|
| |
Hi,
I like to sort some forms alphabetically, especially in package/system
definitions. Eg instead of
(asdf:load-systems "cl-slice"
"let-plus"
"alexandria")
I prefer
(asdf:load-systems "alexandria"
"cl-slice"
"let-plus")... more »
|
|
time packages
|
| |
I've been spending some quality time with encode-universal-time,
decode-universal-time, and the joy of time zones. I need to store time
ranges for multiple time zones in a database, update and retrieve them,
and perform some comparisons relative to the current time and future
times. Postgres handles the storage fine, but juggling time zones in... more »
|
|
LISP Project
|
| |
Any one who knows a LISP project developed by Filipino developers and foreign developer, im interested since only beginner in LISP
|
|
How other lisps do it
|
| |
I find the frequent posts about how to implement various things in non-common lisps like Racket and Clojure to be interesting and sometimes helpful. I don't contest their relevance to this group, but maybe sometimes they can be a bit off-putting with regards to the way they typically begin with some boilerplate derision of CL.... more »
|
|
consing
|
| |
Hi
This is probably simple but I could not figure out the explanation, I hope that
someone could help me out
Using Clozure-CL
CL-USER> (defun fac (n) (if (= n 0) 1 (* n (fac (- n 1)))))
FAC
CL-USER> (time (fac 3))
(FAC 3)
took 0 milliseconds (0.000 seconds) to run.
During that period, and with 1 available CPU core,... more »
|
|
|