Activity for CLOCC - Common Lisp Open Code Collection

  • Don Cohen Don Cohen committed [a824ff] on Hg

    date formats, better logging

  • Don Cohen Don Cohen committed [ac2eb4]

    standard date formats for logging

  • Sam Steingold Sam Steingold posted a comment on ticket #2

    cllib only requires port. both are asdf-loadable. you can package them.

  • Baha Baha modified a comment on ticket #2

    <wrong indentation=""></wrong>

  • Baha Baha modified a comment on ticket #2

    wrong indentation

  • Baha Baha posted a comment on ticket #2

    I think it has many great things. cllib, for example, has naive bayes classifier. I haven't had a chance to checkout other parts of the codebase, but I have a feeling that every bit can be useful. I just wonder how difficult it would be to extract seemingly unrelated pieces of software into separate packages that depend on a minimal core. Or another example is matrix.lisp. It would be great to improve on it and not rely on matlisp or any library that uses Fortran, etc.

  • Baha Baha posted a comment on ticket #2

    I think it has many great things. cllib, for example, has naive bayes classifier. I haven't had a chance to checkout other parts of the codebase, but I have a feeling that every bit can be useful. I just wonder how difficult it would be to extract seemingly unrelated pieces of software into separate packages that depend on a minimal core. Or another example is matrix.lisp. It would be great to improve on it and not rely on matlisp or any library that uses Fortran, etc.

  • Sam Steingold Sam Steingold posted a comment on ticket #2

    well, which parts of clocc are you interested in? they do have a point there...

  • Baha Baha posted a comment on ticket #2

    I found a request that was denied: https://github.com/quicklisp/quicklisp-projects/issues/262

  • Sam Steingold Sam Steingold modified ticket #58

    Cannot install CLOCC via CLISP

  • Sam Steingold Sam Steingold posted a comment on ticket #58

    this was fixed by changeset: 3875:287829b8eb9b user: sds Date: Thu Aug 19 16:50:08 2010 +0000 summary: mkdir, rmdir [clisp]: avoid deprecated DELETE-DIR & MAKE-DIR

  • Sam Steingold Sam Steingold posted a comment on ticket #2

    indeed - please go ahead and package it!

  • Sam Steingold Sam Steingold posted a comment on ticket #55

    use mercurial https://sourceforge.net/p/clocc/hg/ci/default/tree/

  • Baha Baha created ticket #58

    Cannot install CLOCC via CLISP

  • Baha Baha created ticket #2

    Make CLOCC available in Quicklisp

  • Baha Baha posted a comment on ticket #55

    Here's a snapshot: https://web.archive.org/web/20080924125508/http://clocc.sourceforge.net/snapshot/

  • Sam Steingold Sam Steingold committed [602ef3]

    avoid warnings about loop keyword order

  • Sam Steingold Sam Steingold committed [8d8e3a]

    rely on read-standalone-char in xml

  • Sam Steingold Sam Steingold committed [0ce310]

    (primep): fix typo

  • Sam Steingold Sam Steingold committed [188666]

    (deftest): add (flet check); add math tests

  • David Menager David Menager modified a comment on ticket #57

    I've successfully installed the CLLIB by installing clocc into the local-projects directory in my quicklisp folder. Then in Lisp, I did: (compile-file "clocc") (load *) (ql:quickload "cl-html-parse") (ql:quickload "cllib") And everything worked!

  • David Menager David Menager posted a comment on ticket #57

    I've successfully installed the CLLIB by doing: (compile-file "clocc") (load *) (ql:quickload "cl-html-parse") (ql:quickload "cllib")

  • Sam Steingold Sam Steingold posted a comment on ticket #57

    * ASDF/UPGRADE:*ASDF-VERSION* "3.3.1" * (lisp-implementation-version) "1.4.14"

  • David Menager David Menager posted a comment on ticket #57

    I'm also using quicklisp, so I'm not sure if that messed up things with ASDF

  • David Menager David Menager posted a comment on ticket #57

    Alright, Interesting. Just out of curiosity. What version of ASDF and SBCL are you using? I'm on ASDF 3 and SBCL v. 1.3.1 debian. D

  • Sam Steingold Sam Steingold posted a comment on ticket #57

    I get a different error: (UIOP/LISP-BUILD:CHECK-LISP-COMPILE-RESULTS NIL T T "~/asdf-action::format-action/" ((#<ASDF/LISP-ACTION:COMPILE-OP > . #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cllib" "fileio">))) ; File has been modified since compilation: ; SYS:CONTRIB;ASDF;UIOP.LISP.NEWEST ; Using form offset instead of character position. source: (ERROR 'COMPILE-FILE-ERROR :CONTEXT-FORMAT CONTEXT-FORMAT :CONTEXT-ARGUMENTS CONTEXT-ARGUMENTS) I think this is a bug in adsf. However, I was able to compile cllib...

  • David Menager David Menager created ticket #57

    Error while trying to load definition for system cllib from pathname

  • Don Cohen Don Cohen committed [eaf3bf]

    url decode pathname in get method

  • Don Cohen Don Cohen committed [03ab39]

    server: add CONNECTION-LIMITS, show-ut => y-m-d; smtp: more efficient data collection, reject XXXXXX, date format; http: date format

  • Sam Steingold Sam Steingold committed [5836c4]

    allegro: there is no cltl1 package anymore

  • Sam Steingold Sam Steingold committed [701518]

    recommend asdf over defsystem 3

  • Sam Steingold Sam Steingold committed [3dda57]

    load port for no-defstruct-mop

  • Sam Steingold Sam Steingold committed [d7b901]

    clisp: use ext:compiled-file-p

  • Sam Steingold Sam Steingold committed [ed4d1d]

    clisp: use ext:compiled-file-p

  • Sam Steingold Sam Steingold committed [ee5903]

    extract mop-defstruct.lisp from mop.lisp

  • Sam Steingold committed [0aaecc]

    fix ocaml sexp link

  • Sam Steingold committed [d2fc2a]

    do not export the non-existent symbol mean-cx

  • Sam Steingold committed [5dc26c]

    (defcsv): package can be a string

  • Sam Steingold committed [ee2f4f]

    add el::defun because its args have to be decla...

  • Sam Steingold committed [22ea39]

    (correlation-2): use the simplified formula fro...

  • Sam Steingold committed [364997]

    (quit) [sbcl]: use sb-ext:exit instead of sb-ex...

  • Sam Steingold committed [cc0047]

    ((setf getenv)) [sbcl]: setenv is only present ...

  • Sam Steingold committed [4a0c67]

    load port:mop for no-defstruct-mop

  • Sam Steingold committed [e6b24a]

    check for no-defstruct-mop explicitly

1
MongoDB Logo MongoDB