aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2018-12-04 19:03:23 -0400
committerEduardo Julian2018-12-04 19:03:23 -0400
commite83a0e85f02ad90bf31cb0f15a2f4d00e7940e5e (patch)
tree2214cb408f1604327f04ae4e47bcd8a28571efcb /new-luxc/project.clj
parentc52260307ad410fe8715b7f754af271e8dd07383 (diff)
Excised the Renjin R interpreter, to avoid licensing complications.
Diffstat (limited to '')
-rw-r--r--new-luxc/project.clj33
1 files changed, 16 insertions, 17 deletions
diff --git a/new-luxc/project.clj b/new-luxc/project.clj
index b92276a50..5cf1e9a4e 100644
--- a/new-luxc/project.clj
+++ b/new-luxc/project.clj
@@ -20,23 +20,22 @@
:dependencies [;; JVM Bytecode
[org.ow2.asm/asm-all "5.0.3"]
- ;; Lua
- [net.sandius.rembulan/rembulan-runtime "0.1-SNAPSHOT"]
- [net.sandius.rembulan/rembulan-stdlib "0.1-SNAPSHOT"]
- [net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"]
- ;; Ruby
- [org.jruby/jruby-complete "9.1.16.0"]
- ;; Python
- [org.python/jython-standalone "2.7.1"]
- ;; R
- [org.renjin/renjin-script-engine "0.8.2527"]
- ;; Scheme
- [kawa-scheme/kawa-core "2.4"]
- ;; Common Lisp
- [org.abcl/abcl "1.5.0"]
- ;; PHP 5
- [org.develnext.jphp/jphp-core "0.9.2"]
- [org.develnext.jphp/jphp-scripting "0.9.2"]]
+ ;; ;; Lua
+ ;; [net.sandius.rembulan/rembulan-runtime "0.1-SNAPSHOT"]
+ ;; [net.sandius.rembulan/rembulan-stdlib "0.1-SNAPSHOT"]
+ ;; [net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"]
+ ;; ;; Ruby
+ ;; [org.jruby/jruby-complete "9.1.16.0"]
+ ;; ;; Python
+ ;; [org.python/jython-standalone "2.7.1"]
+ ;; ;; Scheme
+ ;; [kawa-scheme/kawa-core "2.4"]
+ ;; ;; Common Lisp
+ ;; [org.abcl/abcl "1.5.0"]
+ ;; ;; PHP 5
+ ;; [org.develnext.jphp/jphp-core "0.9.2"]
+ ;; [org.develnext.jphp/jphp-scripting "0.9.2"]
+ ]
:source-paths ["source"]
:test-paths ["test"]