Demo: Federated Login for Common Lisp Web Apps515 (2/23/2013 3:56:35 PM) comp.lang.lisp Federated login technologies, like OpenID, free users from creating and remembering passwords for every web site. Application developer is freed from creating registration forms, email confirmation and password... avodonosov
building on cygwin025 (8/11/2012 8:00:14 PM) comp.lang.lisp I've just cloned the gitub ledger repo.
Running ./acprep udpate on cygwin results in:
$ ./acprep update
acprep: INFO: Invoking primary phase: update
acprep: INFO: Executing phase: update
acprep: INFO: ... avodonosov
Common Lisp: *require-hooks*624 (8/8/2012 10:01:29 PM) comp.lang.lisp Why CL:REQUIRE is deprecated?
Would it be a good if Common Lisp provided some *REQUIRE-HOOKS*
variable - a list of functions. Every function in this list
is given a chance to load the module when user invo... avodonosov
common lisp: low hanging fruits022 (3/24/2012 2:11:00 AM) comp.lang.lisp I think there are some low hanging fruits for common lisp: - portable web applications (portable across different web servers): if we define an API between web service and web application, we can have web... avodonosov
CL test framework allowing to define tests in the same file412 (2/21/2012 10:49:01 PM) comp.lang.lisp What test frameworks is the best if I want to have tests right beside the function being tested by these tests? My desire here is to provide the tests as explaining examples to the reader, of what the main fun... Anton
cl- prefix in a lisp library name1126 (6/1/2011 9:29:45 PM) comp.lang.lisp Hello. I would like an advice about the naming convention for lisp libaries, namely about the cl- prefix. Suppose I want to create a library cl-secure-random. But in Lisp code, I don't want the user to type c... Anton
"Readable" library for Common Lisp now available!244 (5/10/2013 12:37:10 AM) comp.lang.lisp FYI:
I've just released a Common Lisp library called "readable".
It adds a new abbreviations to the Common Lisp reader for data and programs
(by modifying the readtable).
It provides 3 notational tiers,... dwheeler(7)
TBNL-Devel Mailinglist does not exist anymore?31 (5/5/2013 6:57:20 AM) comp.lang.lisp Hi all.
I just went over http://weitz.de/hunchentoot/#mail and the list that is
linked there is a dead link. I could not find the mailing list anywhere
else. Does it still exist?
Best regards
CSS
... css9467(3)
portable pathnames in ASDF system definitions?39 (4/15/2013 12:11:28 PM) comp.lang.lisp When organizing the source of a library, I like to keep sources in src/,
tests in tests/, etc, and have a single system definition file in the
root directory, eg with contents like
(defsystem my-library
... tkpapp(975)
help with drakma (usocket:timeout-error)1224 (2/27/2013 4:44:18 PM) comp.lang.lisp Hello,
I am trying to download (& parse) some web pages using drakma.
For starters, I am trying to fetch http://www.lisp.org/ and I get an error. I am not sure if the error has to do with my lisp install... mirko.vukovic(404)
Demo: Federated Login for Common Lisp Web Apps515 (2/23/2013 3:56:35 PM) comp.lang.lisp Federated login technologies, like OpenID, free users from creating and remembering passwords for every web site. Application developer is freed from creating registration forms, email confirmation and password... avodonosov(44)
API for cliki.net114 (2/6/2013 12:23:54 AM) comp.lang.lisp I would like to contribute to cliki.net in the future.
Right now I find cliki.net unusable because it only has
its web interface as far as I know.
I think we need to be able to:
* Pull the complete clik... max471(15)
MuLisp690 (9/19/2012 12:54:46 PM) comp.lang.lisp I am an old user of Mulisp and actually have three versions of muLisp. Unfortunately, I seem to have lost or misplaced some of the files. I need the compiler, CLOS files, examples, lessions, closure, grapics, ... hathediek(2)
The new functional programming concept...1048 (9/12/2012 4:07:10 PM) comp.lang.lisp From the current issue of the Java Developer Newsletter, received today:
Best-Kept Secrets Surrounding Java 8
Did you know that the schedule for upcoming features in JDK 8 are
available now o... alb1(31)