Majorinc.default-library.lsp uploaded.

That library contains some generally useful functions described in this blog already.

www.instprog.com -> Software

2 comments:

  1. a typo and a question:

    (set '***? (lambda(predicate)
    (local (left rigth)

    here, rigth should be right ?

    Also, what does this say?

    (println "set-quoted-block: nije pronadjen u listi.")

    :)

    ReplyDelete
  2. Hey thanx. This typo could cause
    hard to find errors.

    "nije pronadjen u listi" is
    "not found in list" on Croatian.

    I'll fix that in next version.
    Currently I'm trying to improve
    those debug wrap.

    ReplyDelete