Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

How well does your language support unicode in practice?

python ruby node.js lisp

What is the difference between '(a b c) and (list 'a 'b 'c)?

lisp common-lisp sbcl

List without nil in Lisp

list lisp null

Clojure String Return Values

clojure lisp

In Lisp, how many inputs can the + function actually have?

lisp common-lisp

Returning from a function inside when statement

scheme lisp racket

LISP variable exchange

lisp common-lisp

How do I locate the error in a lisp file in Emacs?

emacs lisp elisp

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?

Calling Lisp from Ruby/Rails?

ruby-on-rails ruby 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?

Lisp data security/validation

security validation lisp

Copy/Yank entire Lisp form in Slime

emacs lisp slime

No-argument (and) returns t

String to list without #\ in common lisp

lisp common-lisp

Some languages and uses for monads