Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbcl

Phases SBCL compiler

Printing a string in Common Lisp, after concatening function format with recursion

common-lisp sbcl

SBCL: asdf:load-system fails when a string constant is defined

common-lisp sbcl

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

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

clojure lisp sbcl

How to see doc string for a defparameter, defconstant, or defvar?

common-lisp sbcl

redefining built-in function

common-lisp sbcl

In Common Lisp what is a printed representation?

SBCL Switches print and read order (lisp)

printing lisp sbcl

Enabling autocomplete in sbcl

autocomplete lisp sbcl

Common Lisp: compilation vs evaluation

Understanding function `tailp` in Common Lisp

lisp common-lisp sbcl clisp

Does sbcl consider whether a function has side-effects when optimizing?

common-lisp sbcl

Stepping in sbcl from within the debugger

sbcl: converting (unsigned-byte 32) into single-float

common-lisp sbcl

How big is a class in memory?

lisp common-lisp sbcl clisp

What is a macro-function?

macros common-lisp sbcl

SBCL forward declaration: possible?

forward-declaration sbcl

Running utf-8 encoded scripts with Steel Bank Common Lisp

common-lisp sbcl

CLOS make-instance is really slow and causes heap exhaustion in SBCL