4h
comment Data Mining in Lisp
I'd also add common-lisp-stat into the mix
4h
comment Data Mining in Lisp
@user1067257 see quickdocs.org/mgl
Jun
14
comment Special reader macros like [ ], { }
I would also suggest to do it using the named-readtales library, which will allow you to compose different readtable modifications and help avoid messing around with other people's ones
Jun
11
answered What is the de fact portable external program calling library in Common Lisp?
Jun
11
comment cl-who: using a variable in with-html-output-to-string
there's a special construct for that: str - see weitz.de/cl-who/#example
May
30
revised confused in a macro definition
deleted 4 characters in body
May
30
answered confused in a macro definition
May
22
answered Why does not exist a primitive `call-with-current-continuations` in Common Lisp?
May
15
awarded Guru
May
13
revised Python KeyError: '' for automatic language detection
edited tags
May
11
comment Error in REPL: Input a value to be used instead of (FDEFINITION 'X)
(x) means calling a function x. If you want to reference x as a variable just put it as it is. Also, you need to pass #'+ instead of + to reduce (+ is the name of a variable you don't have, #'+ is the name of a function +)
May
10
comment I'm getting an error message I get when attempting to Install CL-PNG in Emacs using Quicklisp
do you have gcc installed at C:/MinGW/bin/gcc.exe?
May
6
comment Common Lisp fuzzy-searchable function reference?
also take a look at: minispec.org
May
5
answered GUI Programming in LISP?
May
5
comment Stupid Backoff implementation clarification
yes, you multiply each time
May
1
comment TCP bug in Clozure common lisp: input/output collisions?
you mention, that you store your output in the queue and the error message has to do with a queue. Are you sure that the problem is related to sockets? Can you provide more comprehensive code example, including the queue?
Apr
28
awarded Nice Answer
Apr
23
answered How to extract full entities from a bunch of text (not partial entities)
Apr
23
revised What is the best way to make the matrix operations more faster in python
edited tags
Apr
10
comment Parser tags for OpenNLP
see here: blog.dpdearing.com/2011/12/…
1 2 3 4 5