1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
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
Joel Martin
5245b079e1 Add dist targets to most implementations.
TODO: factor groovy guile julia matlab miniMAL swift
2016-02-24 00:33:20 -06:00
Javier Fernandez-Ivern
7ee7a06bce Cleanup, added stats targets 2015-10-26 22:48:01 -05:00
Javier Fernandez-Ivern
2ec7fa0b57 Implemented conj, (badly) implemented meta--needs to work for all objects and not mutate them 2015-10-26 10:37:17 -05:00
Javier Fernandez-Ivern
041bb7eb22 Partial implementation of step 9, missing some of the deferrable functions 2015-10-25 23:02:43 -05:00
Javier Fernandez-Ivern
d8e5df5d73 Implemented step 8 (macros) 2015-10-25 21:30:51 -05:00
Javier Fernandez-Ivern
940bb6ffef Implemented step 7 (quoting) 2015-10-25 01:07:43 -05:00
Javier Fernandez-Ivern
4121b4ee84 Implemented step 6 (files and eval) 2015-10-25 00:22:15 -05:00
Javier Fernandez-Ivern
53c2ea70cf Implemented Kotlin MAL up to step 4 2015-10-24 22:10:53 -05:00