jscl.git
11 years agoIgnore fasls and backup files
David Vazquez [Fri, 14 Dec 2012 22:26:19 +0000 (22:26 +0000)]
Ignore fasls and backup files

11 years agoAdd testing environment
David Vazquez [Fri, 14 Dec 2012 22:26:05 +0000 (22:26 +0000)]
Add testing environment

11 years agoRemove some formats, using `join' instead.
David Vazquez [Fri, 14 Dec 2012 19:13:32 +0000 (19:13 +0000)]
Remove some formats, using `join' instead.

11 years agoAdd while loop to Common Lisp
David Vazquez [Fri, 14 Dec 2012 18:58:09 +0000 (18:58 +0000)]
Add while loop to Common Lisp

11 years agoAdd dot notation
David Vazquez [Fri, 14 Dec 2012 18:56:09 +0000 (18:56 +0000)]
Add dot notation

11 years agoA (almost) simple Lisp reader
David Vazquez [Fri, 14 Dec 2012 01:18:26 +0000 (01:18 +0000)]
A (almost) simple Lisp reader

11 years agoquote for integers, strings and lists. no symbols
Raimon Grau [Thu, 13 Dec 2012 02:13:42 +0000 (03:13 +0100)]
quote for integers, strings and lists. no symbols

11 years agorefactored and symbol lookup
Raimon Grau [Thu, 13 Dec 2012 01:29:44 +0000 (02:29 +0100)]
refactored and symbol lookup

11 years agocheck symbols in lambdas
Raimon Grau [Thu, 13 Dec 2012 00:48:09 +0000 (01:48 +0100)]
check symbols in lambdas

11 years agorefactor with macro
Raimon Grau [Wed, 12 Dec 2012 00:49:47 +0000 (01:49 +0100)]
refactor with macro

11 years agolambda (sort of)
Raimon Grau [Tue, 11 Dec 2012 23:44:40 +0000 (00:44 +0100)]
lambda (sort of)

11 years agoif
Raimon Grau [Tue, 11 Dec 2012 23:04:19 +0000 (00:04 +0100)]
if

11 years agostrings
Raimon Grau [Tue, 11 Dec 2012 22:58:49 +0000 (23:58 +0100)]
strings

11 years agostep 1. integers
Raimon Grau [Tue, 11 Dec 2012 22:56:15 +0000 (23:56 +0100)]
step 1. integers