Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Idiomatic way to pass a method name for evaluation in Clojure?

How to get started with Lisp

lisp

Boolean functors in lisp

Higher Order Function Syntax in Common Lisp

lisp common-lisp

newline after every third word in a list with cl:format

format lisp common-lisp

Lisp return String of Symbol name

lisp common-lisp symbols

Common lisp :KEY parameter use

lisp common-lisp sequence

'() vs () in Common Lisp

Is there a common lisp macro for popping the nth element from a list?

macros lisp common-lisp

Is this a closure?

lisp closures

Nested if in lisp

lisp

Common lisp push from function

lisp common-lisp

Double Linked List in Common Lisp

Lisp - funcall of function receives too few arguments?

lisp common-lisp

How do I calculate non-natural logarithms in Racket?

lisp scheme racket

What are "not so well defined problems" that LISP is supposed to solve?

lisp

Can you use emacs to program in common lisp?

In what languages can you dynamically rewrite functions on the fly?

Parsing numbers from strings in lisp

parsing text lisp common-lisp

returning a lambda function in clisp, then evaluating it

lisp lambda common-lisp