aboutsummaryrefslogtreecommitdiff
path: root/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2015-05-27 00:57:57 -0400
committerEduardo Julian2015-05-27 00:57:57 -0400
commit5e45ec0419293fdde30cc9e3f0326e44ddd7442a (patch)
tree265911dabf774b6e8a6d8cf485c35f81328b578b /source/program.lux
parent639c9385219e143fd7a6161c57fda34293b81055 (diff)
- _jvm_program now relies on the (IO (,)) type.
- The command-line params argument in jvm_program is now transformed from a String array into (List Text).
Diffstat (limited to '')
-rw-r--r--source/program.lux5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/program.lux b/source/program.lux
index cefec07d4..364c57d89 100644
--- a/source/program.lux
+++ b/source/program.lux
@@ -12,7 +12,4 @@
(filter p xs'))))
(_jvm_program _
- (exec (println "Hello, world!")
- (|> (int:+ 2 2) ->text ($ text:++ "2 + 2 = ") println)
- (println (->text (using Int:Ord
- (< 5 10))))))
+ (println "Hello, world!"))