Refactor to use run scripts, remove *_RUNSTEP
authorJoel Martin <github@martintribe.org>
Wed, 18 May 2016 04:37:26 +0000 (21:37 -0700)
committerJoel Martin <github@martintribe.org>
Thu, 19 May 2016 05:29:18 +0000 (22:29 -0700)
commit20e8dea04375f63bb53a13f4455bd834a45672b8
treed662044730104c3f48ec66f61e4686d0748ffdde
parentf8985c0cb0ebe08155af7eff128ec261903e7bec
Refactor to use run scripts, remove *_RUNSTEP

- Add */run script for every implementation.

- Refactor Clojure build to allow individual jar files for each step.

- Update FFI version for es6 and miniMAL to work with newer node
  versions.

The run scripts for the following could use some additional
refactoring:
- java: build individual step jar, use java -jar instead of mvn to run
- plpgsql: maybe combine plpgsql/run and plpgsql/wrap.sh
- vhdl: combine vhdl/run and vhdl/run_vhdl.sh
- vimscript: combine vimscript/run and vimscript/run_vimscript.sh
65 files changed:
Makefile
ada/run [new file with mode: 0755]
awk/run [new file with mode: 0755]
bash/run [new file with mode: 0755]
c/run [new file with mode: 0755]
clojure/Makefile
clojure/project.clj
clojure/run [new file with mode: 0755]
clojure/src/step0_repl.clj
clojure/src/step1_read_print.clj
clojure/src/step2_eval.clj
clojure/src/step3_env.clj
clojure/src/step4_if_fn_do.clj
clojure/src/step5_tco.clj
clojure/src/step6_file.clj
clojure/src/step7_quote.clj
clojure/src/step8_macros.clj
clojure/src/step9_try.clj
coffee/run [new file with mode: 0755]
cpp/run [new file with mode: 0755]
crystal/run [new file with mode: 0755]
cs/run [new file with mode: 0755]
d/run [new file with mode: 0755]
elisp/run [new file with mode: 0755]
elixir/run [new file with mode: 0755]
erlang/run [new file with mode: 0755]
es6/package.json
es6/run [new file with mode: 0755]
factor/run [new file with mode: 0755]
forth/run [new file with mode: 0755]
fsharp/run [new file with mode: 0755]
go/run [new file with mode: 0755]
groovy/run [new file with mode: 0755]
guile/run [new file with mode: 0755]
haskell/run [new file with mode: 0755]
haxe/run [new file with mode: 0755]
js/run [new file with mode: 0755]
julia/run [new file with mode: 0755]
kotlin/run [new file with mode: 0755]
lua/run [new file with mode: 0755]
make/run [new file with mode: 0755]
mal/run [new file with mode: 0755]
miniMAL/package.json
miniMAL/run [new file with mode: 0755]
nim/run [new file with mode: 0755]
objc/run [new file with mode: 0755]
objpascal/run [new file with mode: 0755]
ocaml/run [new file with mode: 0755]
perl/run [new file with mode: 0755]
php/run [new file with mode: 0755]
plpgsql/run [new file with mode: 0755]
process/guide.md
ps/run [new file with mode: 0755]
python/run [new file with mode: 0755]
r/run [new file with mode: 0755]
racket/run [new file with mode: 0755]
rpython/run [new file with mode: 0755]
ruby/run [new file with mode: 0755]
rust/run [new file with mode: 0755]
swift/run [new file with mode: 0755]
swift3/run [new file with mode: 0755]
tcl/run [new file with mode: 0755]
vb/run [new file with mode: 0755]
vhdl/run [new file with mode: 0755]
vimscript/run [new file with mode: 0755]