Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Get list element by position

lisp common-lisp

Why do some lisps put the function name outside of the argument list in a function definition?

Common lisp idiom - is there a better way?

common-lisp

LISP - digits after decimal point

Looking for (c)lisp examples of mini-languages, that is, DSLs [closed]

Can you show me how to rewrite functions in lisp?

lisp common-lisp

In common-lisp, how do I modify part of a list parameter from within a function without changing the original list?

No-argument (and) returns t

String to list without #\ in common lisp

lisp common-lisp

Dynamic Plotting in Gnuplot (drawnow in MATLAB)

Typeclasses in Common Lisp

Are restarts part of a function's "public interface"? in Common Lisp?

Permuting output of a tree of closures

Lexer and Parser Generators for Common Lisp [closed]

parsing common-lisp lex

SLIME on Emacs with paredit in repl - how to prevent execution of incomplete but balanced expressions?

Connecting .NET to Common Lisp

.net lisp common-lisp

SBCL changes EQness of a local bound function object, even though it is not set?

When is an initform used?

lisp common-lisp clos