From 744ee69630de59ca3ba660b0aab6361cd17ce1b4 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 30 Jun 2021 23:24:55 -0400 Subject: "signature:" -> "interface:" & "structure:" -> "implementation:" "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.--- lux-js/source/program.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-js/source') diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index 41b09da2c..171f92c6e 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -478,7 +478,7 @@ (io (let [interpreter (javax/script/ScriptEngineFactory::getScriptEngine (org/openjdk/nashorn/api/scripting/NashornScriptEngineFactory::new))] (: (Host _.Expression _.Statement) - (structure + (implementation (def: evaluate! (..evaluate! interpreter)) (def: execute! (..execute! interpreter)) (def: define! (..define! interpreter)) @@ -536,7 +536,7 @@ (def: host (IO (Host _.Expression _.Statement)) (io (: (Host _.Expression _.Statement) - (structure + (implementation (def: evaluate! ..evaluate!) (def: execute! ..execute!) (def: define! ..define!) -- cgit v1.2.3