Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Uses for both static strong typed languages like Haskell and dynamic (strong) languages like Common LIsp

How to read input until EOF in Lisp

lisp common-lisp eof

Where should a Quicklisp QUICKLOAD go in my source? Nowhere?

Is homoiconicity really needed for having macros?

macros clojure lisp

What language could I use for fast execution of this database summarization task?

python sql lisp ocaml apache-pig

str_replace in Common Lisp?

lisp common-lisp

Why is the hyphen conventional in symbol names in LISP?

Does learning one Lisp help in learning the other?

Writing a formal language parser with Lisp

Practical use of fold/reduce in functional languages

Are Lisp source code files themselves lists?

Managing number of brackets in clojure

Anyone using Scheme/LISP for embedded projects?

embedded lisp scheme

Is Prolog an untyped language? What's the difference between Prolog and dynamically typed languages?

Game Oriented Assembler Lisp

lisp

Lisp/Scheme DSEL in C++

c++ boost lisp scheme dsel

List Comprehension Library for Scheme?

lisp as a shebang script vs lisp running in SLIME

lisp sdl slime sbcl shebang

elisp: Is there a way to get the name of the current .el module (like __FILE__ in C)?

emacs lisp elisp

Concise Lisp code to apply a list of functions all to the same argument(s) and get a list of the return values?