1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-10 02:45:44 +03:00
mal/scala
Joel Martin 8e2d4a4ccb Dist/packaging for most impls. erlang, racket *ARGV* fixes.
Also in this commit:
- fix *ARGV* setup in erlang and racket.
- print startup message in fsharp

Dist/packaging support for most implementations and also generate
a */mal standalone app for most languages. The following
implementations still have ability to generate a single */mal
standalone application:
    - guile
    - julia
    - matlab (mkoctfile doesn't actually package up source files)
    - swift
    - vb (mkbundle error)

Also, the following are mostly packaged into a single file but need
some module dependencies
    - coffee: requires node_modules/ffi
    - es6: requires node_modules/ffi
    - js: requires node_modules/ffi
    - lua: module 'readline' not found
    - miniMAL: cannot find module '/mal/node_readline.js'
    - r: needs lib directory
2016-02-24 00:45:40 -06:00
..
project Add dist targets to most implementations. 2016-02-24 00:33:20 -06:00
assembly.sbt Add dist targets to most implementations. 2016-02-24 00:33:20 -06:00
build.sbt Add dist targets to most implementations. 2016-02-24 00:33:20 -06:00
core.scala groovy, java, scala: Fix (first nil) and (rest nil) 2016-02-03 21:23:49 -05:00
Dockerfile Travis: add scala. 2015-10-06 02:49:12 -05:00
env.scala Scala: refactor collections with metadata. 2015-01-09 16:16:51 -06:00
Makefile Dist/packaging for most impls. erlang, racket *ARGV* fixes. 2016-02-24 00:45:40 -06:00
printer.scala Scala: refactor collections with metadata. 2015-01-09 16:16:51 -06:00
reader.scala All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
step0_repl.scala Scala: all steps 0-9 but no metadata. 2015-01-09 16:16:51 -06:00
step1_read_print.scala Scala: all steps 0-9 but no metadata. 2015-01-09 16:16:51 -06:00
step2_eval.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00
step3_env.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00
step4_if_fn_do.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00
step5_tco.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00
step6_file.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00
step7_quote.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00
step8_macros.scala clojure, groovy, rpython, scala: fix macro result evaluation 2016-01-26 14:15:16 -06:00
step9_try.scala clojure, groovy, rpython, scala: fix macro result evaluation 2016-01-26 14:15:16 -06:00
stepA_mal.scala clojure, groovy, rpython, scala: fix macro result evaluation 2016-01-26 14:15:16 -06:00
types.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00