Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Lisp / Clojure: Is it a good idea to write function generating macros?

Negative infinity in Lisp

lisp fixnum

Does Mac OS X come with a Lisp environment built in with Emacs?

macos ide lisp common-lisp

What's the purpose of macros?

scala macros lisp

What is the difference between encapsulation and closure?

scheme closures lisp

How do I format the digit precision of my REPL output in Lisp?

I need to join two lists, sort them and remove duplicates. Is there a better way to do this?

algorithm sorting lisp list

Help in designing a small Unit Test Macro in Clojure

Write/read a Common Lisp (SBCL) hash-table, or alternative

In LISP how to inspect free variables in a closure?

How can I avoid using the stack with continuation-passing style?

Lisp - How can I check if a list is a dotted pair?

Can functions be overloaded in LISP like they can be in C#?

lisp overloading

Will it be possible that implementing Clojure (or Clojure syntax) over SBCL(or Other fast Lisp)?

clojure lisp sbcl

Why do + and * evaluate to 0 and 1 respectively?

scheme lisp

DrRacket: atom? and symbol? undefined - What's wrong?

scheme lisp racket

How to read user input in Lisp

lisp common-lisp lispworks

Calculating factorial using Lisp

lisp common-lisp

How do you securely parse untrusted input in Common Lisp?

security lisp common-lisp

Lisp DO variable syntax reasoning

syntax lisp let do-loops