From 72d9dc02b2a6978ff0905843019bc563e4db8767 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 4 Oct 2015 19:59:22 -0400 Subject: - Removed the Lux source from the repo, as it now belongs to the lux/stdlib package. - Removed de Apacke Commons Compress library, as Lux libraries will now be packaged as .jar files instead of as .tar.gz files. - The compiler no longer packages libraries, as that task will now be left for the build system. --- src/lux.clj | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lux.clj') diff --git a/src/lux.clj b/src/lux.clj index 4b1c15ef7..eb8729053 100644 --- a/src/lux.clj +++ b/src/lux.clj @@ -8,7 +8,6 @@ (:require [lux.base :as & :refer [|let |do return fail return* fail* |case]] [lux.compiler.base :as &compiler-base] [lux.compiler :as &compiler] - [lux.packager.lib :as &lib] :reload-all) (:import (java.io File))) @@ -19,9 +18,6 @@ (time (&compiler/compile-program program-module)) (println "Please provide a module name to compile.")) - (&/$Cons "lib" (&/$Cons lib-module (&/$Nil))) - (&lib/package lib-module (new File &compiler-base/input-dir)) - _ (println "Can't understand command.")) (System/exit 0) @@ -29,5 +25,4 @@ (comment (-main "compile" "program") - (-main "lib" "lux") ) -- cgit v1.2.3