From 86538182a50390e7882778cc02e69482e846edd5 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 24 May 2021 11:23:40 -0400 Subject: Almost done with Scheme. But will have to postpone finishing it because Kawa is not up to snuff.--- lux-scheme/commands.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lux-scheme/commands.md') diff --git a/lux-scheme/commands.md b/lux-scheme/commands.md index 055e90d8f..7c915200c 100644 --- a/lux-scheme/commands.md +++ b/lux-scheme/commands.md @@ -11,6 +11,7 @@ cd ~/lux/lux-scheme/ && lein clean && lein lux auto test ``` ## Develop +## NOTE: Must set lux/control/concurrency/thread.parallelism = 1 before compiling to make sure Kawa doesn't cause trouble. cd ~/lux/lux-scheme/ \ && lein clean \ && lein lux auto build @@ -19,6 +20,11 @@ cd ~/lux/lux-scheme/ \ ## Try ``` -cd ~/lux/lux-scheme/ && java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux +## Compile Lux's Standard Library's tests using a JVM-based compiler. +cd ~/lux/stdlib/ \ +&& lein clean \ +&& time java -jar ~/lux/lux-scheme/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux + +clear && time kawa ~/lux/stdlib/target/program.scm ``` -- cgit v1.2.3