Transmitting #\linefeed via XML-RPC using S-XML-RPC ?32 (6/3/2013 4:48:53 AM) comp.lang.lisp Hi all:
I need to transmit a string containing CR LF - I am a bloody beginner re
XML-RPC (and XML) and what I thought should be trivial actually isn't
....
Server side is a Python programm running Simpl... Frank
TSP or what? Finding "best" "way" - how-to?213 (1/2/2013 2:13:27 PM) comp.lang.lisp Hi all:
I have an algorithmic problem that looks like a TSP:
(defpackage #:de.consequor.pib.participant
(:nicknames #:ccag.pib.participant)
(:use #:cl))
(in-package #:de.consequor.pib.participant... Frank
Mature Lisp implementation on Windows? SBCL?325 (12/31/2012 11:56:42 AM) comp.lang.lisp Hi all,
so far we (Consequor Consulting AG) have been using SBCL on OS X and
Linux quite successfully. Next big challenge: Windows 7 and
Windows 8.
SBCL is only availably in an "experimental" status o... Frank
Parallela: The new Lisp "engine" ?232 (10/26/2012 8:32:55 PM) comp.lang.lisp Hi all,
in this Kickstarter project:
http://www.kickstarter.com/projects/adapteva/parallella-a-supercomputer-for-everyone
there is a run for getting a parallel computing platform consuming low
power w... Frank
Conditions: Slot inheritance ?220 (4/8/2012 8:32:21 PM) comp.lang.lisp Hi - I have : ;;; BASE CONDITION (define-condition ccag-condition (condition ccag-base-class) ((category :initarg :category :initform :ERROR) (src :initarg :src :initform nil) (nr :initarg :nr :ini... Frank
Anyone using Kenny's Triple-Cells ?018 (3/18/2012 12:49:13 PM) comp.lang.lisp Hi - I just startet playing with Kenny Tilton's Triple-Cells and was wondering if anyone has experience in using it. Anyone out there? Special question: As there were quite some fundamental changes to the API... Frank
before & after functions for simple functions514 (3/10/2012 7:04:43 PM) comp.lang.lisp I want to create a possibility to execute functions on entry and on exit of a function. Not resorting to CLOS I have now: (eval-when (:compile-toplevel :load-toplevel :execute) (defparameter *default-on-ent... Frank
CFFI defctype / package challenge526 (8/18/2011 9:30:45 PM) comp.lang.lisp Hi all: I have: (in-package #:de.consequor.app.core.platform.cross-platform) (defctype uint64_t :unsigned-long-long) and: (in-package #:de.consequor.app.core.platform.osx.i386) (defctype mach_vm_addre... Frank
Verrazano: Error: Symbol "ID" not found in the XML package ...016 (8/15/2011 7:59:47 AM) comp.lang.lisp Hi verrazano gurus ! I get CG-USER(11): (ql:quickload "verrazano") To load "verrazano": Load 1 ASDF system: verrazano ; Loading "verrazano" [package flexml].................................. [package xml]... Frank
Transmitting #\linefeed via XML-RPC using S-XML-RPC ?32 (6/3/2013 4:48:53 AM) comp.lang.lisp Hi all:
I need to transmit a string containing CR LF - I am a bloody beginner re
XML-RPC (and XML) and what I thought should be trivial actually isn't
....
Server side is a Python programm running Simpl... dg1sbg1(139)
macro-expansion question422 (1/6/2013 8:10:03 PM) comp.lang.lisp Hello,
I have a simple macro that is not expanding as I would expect. Here is the macro:
(defmacro foo (file &optional directory)
`(set-output ,(if directory
(merge-pathnames file directory)
... mirko.vukovic(406)
TSP or what? Finding "best" "way" - how-to?213 (1/2/2013 2:13:27 PM) comp.lang.lisp Hi all:
I have an algorithmic problem that looks like a TSP:
(defpackage #:de.consequor.pib.participant
(:nicknames #:ccag.pib.participant)
(:use #:cl))
(in-package #:de.consequor.pib.participant... dg1sbg1(139)
Mature Lisp implementation on Windows? SBCL?325 (12/31/2012 11:56:42 AM) comp.lang.lisp Hi all,
so far we (Consequor Consulting AG) have been using SBCL on OS X and
Linux quite successfully. Next big challenge: Windows 7 and
Windows 8.
SBCL is only availably in an "experimental" status o... dg1sbg1(139)
Missing Lisp book3232 (11/23/2012 10:37:02 AM) comp.lang.lisp I have been programming in Lisp for many years, however I still consider my=
self a beginner. The reason, besides any genetic issues affecting my brain,=
is the lack of good tutorials or books.=20
There a... leosarasua(41)
priority queues with copy, map and reduce functions?624 (11/9/2012 9:54:14 AM) comp.lang.lisp I need an implementation of a priority-queue in my program, which will be used a lot. Bad enough that there is no standard library for priority-queues, the implementations I found on the internet all don't have... floriandietz44(43)
Parallela: The new Lisp "engine" ?232 (10/26/2012 8:32:55 PM) comp.lang.lisp Hi all,
in this Kickstarter project:
http://www.kickstarter.com/projects/adapteva/parallella-a-supercomputer-for-everyone
there is a run for getting a parallel computing platform consuming low
power w... dg1sbg1(139)
How and when to load an external C library?23 (6/3/2013 5:49:09 AM) comp.lang.lisp --=-=-=
Content-Type: text/plain
I have made a library "CL Enchant" which is an interface (using CFFI) to
libenchant spell-checker C library. The code is about ready:
.
But I'm unsure how I should load... tlikonen(150)