Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
comp . lang . lisp
This is a Usenet group - learn more
Find or start a Google Group about lisp.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 34842  Older »
Description: Discussion about LISP.
 

common lisp style and design, engineering question 
  This is not a hypothetical question. I will be implementing some applications in the next year or so, such as artificial neural networks, support vector machines, Baysesian networks (inspired in part by 'Programming Collective Intelligence' by Toby Segaran who implements these in Python.) My day-to-day language is Perl, and C to a lesser extent. I write... more »
By ccc31807  - May 21 - 7 new of 7 messages    

PROLOG UNDER THE HOOD - New Prolog Engine! 
  BEHOLD! $sql2="SELECT HEADS.id AS 'HID', QUERY.buds AS 'QB' FROM QUERY INNER JOIN HEADS ON QUERY.ref=HEADS.ref AND QUERY.term=HEADS.term GROUP BY HID HAVING COUNT(HID)=$qc-SUM(QB)" This is what makes PROLOG DATABASES possible: the flux capacitor! It's taken me nearly thirty years and my entire family fortune to realize... more »
By Graham Cooper  - May 21 - 1 new of 1 message    

lispbuilder-sdl-ttf 
  Why this error happens? ... load-cffi (pushnew #P"lispbuilder-sdl/" asdf:*central-registry*) (pushnew #P"lispbuilder-sdl/lispbuilder -sdl-ttf/" asdf:*central-registry*) (asdf:operate 'asdf:load-op :lispbuilder-sdl) (asdf:operate 'asdf:load-op :lispbuilder-sdl-ttf) (asdf:operate 'asdf:load-op :lispbuilder-sdl-ttf-examples)... more »
By Francogrex  - May 20 - 2 new of 2 messages    

PROLOG TESTING SEQUENCE - Getting Your ROBOT Off The Ground! 
  STEP 1: START UP YOUR FAVORITE PROLOG EDITOR! ENTER: [link] [LIST] STEP 2: ENTER THE FOLLOWING TEST CODE! [NEW] test1 a. test1 b. test2 X. test3 [sub a b c]. STEP 3: CHECK THE FOLLOWING COMMAND RESULTS! test1 a ? CONFIRM! test1 b ? CONFIRM!... more »
By Graham Cooper  - May 20 - 1 new of 1 message    

THE SUCCESSOR OF DOG IS ANOTHER DOG. Like, Fido I is succeeded by FIDO II 
  ... The Point is, given this program (i.e. Peano's 1st 2 Postulates) 8 isnumber 0 9 isnumber [ successor X ] isnumber X It demonstrates a FAILED BRANCH on the Logic Trace. [link] The fact is is a simple type check is only indicative of a partially... more »
By Graham Cooper  - May 19 - 1 new of 1 message    

next time somebody... 
  Next time somebody complains about parentheses or tries to implement a parenthesisless syntax for lisp, let's have him watch [link] -- __Pascal J. Bourguignon__
By Pascal J. Bourguignon  - May 19 - 7 new of 7 messages    

Beginner Question about Lisp with CL-GD 
  Hello everyone, I'm learning to program with Lisp (Clozure CL) and have a problem with using some "libraries". I have downloaded cl-gd (GD-Lib for Common Lisp) with (ql:quickload "cl-gd") and then i compiled the C-Glue-Code in the folder of cl-gd. I can execute the tests with (ql:quickload "cl-gd-test")... more »
By Bruno Burke  - May 18 - 8 new of 8 messages    

Announcement: Log4CL 1.1.0 - Logging library for Common Lisp 
  A new development version of Log4CL Common Lisp logging library had been released on [link] QuickLisp will continue to pull the "stable" version for a few months, to give anyone enough time to check out the new version and migrate. Major differences from the previous version are:... more »
By Max Mikhanosha  - May 17 - 1 new of 1 message    

Decoding large, nested json and inserting into a database 
  Hi, I am trying to figure out a way to parse nested JSON and insert various extracted elements into an sqlite database. The JSON strings are typically quite large, and rather than parse them entirely into memory first as Lisp objects (alists or CLOS objects) I would like to be able to do this in streaming fashion, as the JSON is being read.... more »
By Cortez  - May 17 - 4 new of 4 messages    

Permuting array rows 
  I posted this to /r/common_lisp, but nobody seemed interested, so I thought I'd try this turf. I have some array rows I'd like to permute; I'd like a function/macro ... Clearly there are some ways this can be done with a few loops and a spare buffer, but I was wondering if there was some more elegant way of doing it. I wanted something that would expand to... more »
By Jason Sewall  - May 17 - 14 new of 14 messages    

1 - 10 of 34842   « Newer | Older »

XML