Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Can lisp be used to write viruses or other malware? [closed]

lisp malware

Does the Common Lisp Object System (CLOS) support duck-typing?

lisp common-lisp

good style in lisp: cons vs list

lisp scheme common-lisp

speeding up deleting duplicates when they're adjacent

How to concatenate simple-arrays and keep the element-type '(unsigned-bytes 8) in Common Lisp?

List object methods in Common Lisp (CLOS)

oop lisp common-lisp clos

Learn Macros in Scheme from On Lisp [closed]

Lisp chaining functions macro

10 LISP primitives analogous to 5 axioms of Euclidean geometry?

lisp geometry primitive axiom

Can lisp functions return references or receive arguments by reference?

lisp reference

String-append not working; keeps overwriting previous strings

string lisp scheme append

Why is this function in an infinite loop - learning lisp

If strings are vectors, why are they immutable?

lisp common-lisp

Why does this sorting algorithm do what it is supposed to? [Lisp]

sorting lisp common-lisp

Common Lisp Keyword list

lisp common-lisp

Alternating upcase/downcase for a string in Common Lisp

lisp common-lisp

How do I write Push and Pop in Scheme?

lisp scheme racket

In Lisp and other functional languages, why is length not O(1)

How to break out of an infinite loop in emacs lisp ? (environment: emacs)

emacs lisp elisp

How to export slots and accessors from Lisp classes?

lisp common-lisp sbcl clos