Search found 2 matches

by vega
Thu Sep 10, 2015 4:33 pm
Forum: Common Lisp
Topic: CL-containers
Replies: 1
Views: 7960

CL-containers

Hello, I am trying to use this cl-containers library, but I can't really understand how it works. The documentation I have found is from quickdocs and from an introductory pdf file on the cl-containers project page on github.

Is there any tutorial-style documentation?
by vega
Thu Sep 05, 2013 8:59 am
Forum: Common Lisp
Topic: [beginner] I need a macro (probably)
Replies: 1
Views: 5181

[beginner] I need a macro (probably)

Hello, I am trying to parse some text and I am using the esrap library. Even if you are not familiar with it, please read on because you can perhaps still answer my question. (require :esrap) (defpackage :my-grammar (:use :cl :esrap)) (in-package :my-grammar) (defparameter *currency-names* '((usd . ...