Remove gensym, inc and or from step files.
authorNicolas Boulenguez <nicolas.boulenguez@free.fr>
Wed, 22 May 2019 18:45:57 +0000 (20:45 +0200)
committerNicolas Boulenguez <nicolas.boulenguez@free.fr>
Tue, 9 Jul 2019 12:05:29 +0000 (14:05 +0200)
commit26ced15b31c6ebfd77c7297a7f8d346ff08c3f9b
tree8623bf8dcbfeb03989fb25005202d7105d936dd5
parent903d9203f3750cac6aa766574301b815c8cb2ecd
Remove gensym, inc and or from step files.

* Move `gensym` and `inc` from step files to `lib/trivial.mal`.
* Move `or` from step files to `lib/test_cascade.mal`.
  Shorten it because `(first ())` returns `nil`
* Update process and tests accordingly (not the figures yet).
247 files changed:
ada.2/step8_macros.adb
ada.2/step9_try.adb
ada.2/stepa_mal.adb
ada/step8_macros.adb
ada/step9_try.adb
ada/stepa_mal.adb
awk/step8_macros.awk
awk/step9_try.awk
awk/stepA_mal.awk
bash/step8_macros.sh
bash/step9_try.sh
bash/stepA_mal.sh
basic/step8_macros.in.bas
basic/step9_try.in.bas
basic/stepA_mal.in.bas
bbc-basic/step8_macros.bbc
bbc-basic/step9_try.bbc
bbc-basic/stepA_mal.bbc
c/step8_macros.c
c/step9_try.c
c/stepA_mal.c
chuck/step8_macros.ck
chuck/step9_try.ck
chuck/stepA_mal.ck
clojure/src/mal/step8_macros.cljc
clojure/src/mal/step9_try.cljc
clojure/src/mal/stepA_mal.cljc
coffee/step8_macros.coffee
coffee/step9_try.coffee
coffee/stepA_mal.coffee
common-lisp/src/step8_macros.lisp
common-lisp/src/step9_try.lisp
common-lisp/src/stepA_mal.lisp
cpp/step8_macros.cpp
cpp/step9_try.cpp
cpp/stepA_mal.cpp
crystal/step8_macros.cr
crystal/step9_try.cr
crystal/stepA_mal.cr
cs/step8_macros.cs
cs/step9_try.cs
cs/stepA_mal.cs
d/step8_macros.d
d/step9_try.d
d/stepA_mal.d
dart/step8_macros.dart
dart/step9_try.dart
dart/stepA_mal.dart
docs/cheatsheet.html
elisp/step8_macros.el
elisp/step9_try.el
elisp/stepA_mal.el
elixir/lib/mix/tasks/step8_macros.ex
elixir/lib/mix/tasks/step9_try.ex
elixir/lib/mix/tasks/stepA_mal.ex
elm/step8_macros.elm
elm/step9_try.elm
elm/stepA_mal.elm
erlang/src/step8_macros.erl
erlang/src/step9_try.erl
erlang/src/stepA_mal.erl
es6/step8_macros.mjs
es6/step9_try.mjs
es6/stepA_mal.mjs
factor/step8_macros/step8_macros.factor
factor/step9_try/step9_try.factor
factor/stepA_mal/stepA_mal.factor
fantom/src/step8_macros/fan/main.fan
fantom/src/step9_try/fan/main.fan
fantom/src/stepA_mal/fan/main.fan
forth/step8_macros.fs
forth/step9_try.fs
forth/stepA_mal.fs
fsharp/step8_macros.fs
fsharp/step9_try.fs
fsharp/stepA_mal.fs
gnu-smalltalk/step8_macros.st
gnu-smalltalk/step9_try.st
gnu-smalltalk/stepA_mal.st
go/src/step8_macros/step8_macros.go
go/src/step9_try/step9_try.go
go/src/stepA_mal/stepA_mal.go
groovy/step8_macros.groovy
groovy/step9_try.groovy
groovy/stepA_mal.groovy
guile/step8_macros.scm
guile/step9_try.scm
guile/stepA_mal.scm
haskell/step8_macros.hs
haskell/step9_try.hs
haskell/stepA_mal.hs
haxe/Step8_macros.hx
haxe/Step9_try.hx
haxe/StepA_mal.hx
hy/step8_macros.hy
hy/step9_try.hy
hy/stepA_mal.hy
io/step8_macros.io
io/step9_try.io
io/stepA_mal.io
java/src/main/java/mal/step8_macros.java
java/src/main/java/mal/step9_try.java
java/src/main/java/mal/stepA_mal.java
js/step8_macros.js
js/step9_try.js
js/stepA_mal.js
julia/step8_macros.jl
julia/step9_try.jl
julia/stepA_mal.jl
kotlin/src/mal/step8_macros.kt
kotlin/src/mal/step9_try.kt
kotlin/src/mal/stepA_mal.kt
lib/perf.mal
lib/test_cascade.mal
lib/trivial.mal
livescript/step8_macros.ls
livescript/step9_try.ls
livescript/stepA_mal.ls
logo/step8_macros.lg
logo/step9_try.lg
logo/stepA_mal.lg
lua/step8_macros.lua
lua/step9_try.lua
lua/stepA_mal.lua
make/step8_macros.mk
make/step9_try.mk
make/stepA_mal.mk
mal/step8_macros.mal
mal/step9_try.mal
mal/stepA_mal.mal
matlab/step8_macros.m
matlab/step9_try.m
matlab/stepA_mal.m
miniMAL/step8_macros.json
miniMAL/step9_try.json
miniMAL/stepA_mal.json
nasm/step8_macros.asm
nasm/step9_try.asm
nasm/stepA_mal.asm
nim/step8_macros.nim
nim/step9_try.nim
nim/stepA_mal.nim
objc/step8_macros.m
objc/step9_try.m
objc/stepA_mal.m
objpascal/step8_macros.pas
objpascal/step9_try.pas
objpascal/stepA_mal.pas
ocaml/step8_macros.ml
ocaml/step9_try.ml
ocaml/stepA_mal.ml
perl/step8_macros.pl
perl/step9_try.pl
perl/stepA_mal.pl
perl6/step8_macros.pl
perl6/step9_try.pl
perl6/stepA_mal.pl
php/step8_macros.php
php/step9_try.php
php/stepA_mal.php
picolisp/step8_macros.l
picolisp/step9_try.l
picolisp/stepA_mal.l
plpgsql/step8_macros.sql
plpgsql/step9_try.sql
plpgsql/stepA_mal.sql
plsql/step8_macros.sql
plsql/step9_try.sql
plsql/stepA_mal.sql
powershell/step8_macros.ps1
powershell/step9_try.ps1
powershell/stepA_mal.ps1
process/guide.md
process/step8_macros.txt
process/step9_try.txt
process/stepA_mal.txt
ps/step8_macros.ps
ps/step9_try.ps
ps/stepA_mal.ps
python/step8_macros.py
python/step9_try.py
python/stepA_mal.py
r/step8_macros.r
r/step9_try.r
r/stepA_mal.r
racket/step8_macros.rkt
racket/step9_try.rkt
racket/stepA_mal.rkt
rexx/step8_macros.rexx
rexx/step9_try.rexx
rexx/stepA_mal.rexx
rpython/step8_macros.py
rpython/step9_try.py
rpython/stepA_mal.py
ruby/step8_macros.rb
ruby/step9_try.rb
ruby/stepA_mal.rb
rust/step8_macros.rs
rust/step9_try.rs
rust/stepA_mal.rs
scala/step8_macros.scala
scala/step9_try.scala
scala/stepA_mal.scala
scheme/step8_macros.scm
scheme/step9_try.scm
scheme/stepA_mal.scm
skew/step8_macros.sk
skew/step9_try.sk
skew/stepA_mal.sk
swift/step8_macros.swift
swift/step9_try.swift
swift/stepA_mal.swift
swift3/Sources/step8_macros/main.swift
swift3/Sources/step9_try/main.swift
swift3/Sources/stepA_mal/main.swift
swift4/Sources/step8_macros/main.swift
swift4/Sources/step9_try/main.swift
swift4/Sources/stepA_mal/main.swift
tcl/step8_macros.tcl
tcl/step9_try.tcl
tcl/stepA_mal.tcl
tests/lib/test_cascade.mal
tests/lib/trivial.mal
tests/step8_macros.mal
tests/step9_try.mal
tests/stepA_mal.mal
ts/step8_macros.ts
ts/step9_try.ts
ts/stepA_mal.ts
vala/step8_macros.vala
vala/step9_try.vala
vala/stepA_mal.vala
vb/step8_macros.vb
vb/step9_try.vb
vb/stepA_mal.vb
vhdl/step8_macros.vhdl
vhdl/step9_try.vhdl
vhdl/stepA_mal.vhdl
vimscript/step8_macros.vim
vimscript/step9_try.vim
vimscript/stepA_mal.vim
wasm/step8_macros.wam
wasm/step9_try.wam
wasm/stepA_mal.wam
yorick/step8_macros.i
yorick/step9_try.i
yorick/stepA_mal.i