From b96beb587c11fcfbce86ce2d62351600cf6cad1b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 2 Jul 2022 05:38:27 -0400 Subject: More traditional names for unquoting macros. --- lux-ruby/source/program.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-ruby') diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux index b145ca59d..932e48f80 100644 --- a/lux-ruby/source/program.lux +++ b/lux-ruby/source/program.lux @@ -286,10 +286,10 @@ Translator (`` (<| (if (ffi.null? host_object) (exception.except ..nil_has_no_lux_representation [])) - (~~ (with_template [ ] + (,, (with_template [ ] [(case (ffi.as host_object) {.#Some typed_object} - (`` (|> typed_object (~~ (template.spliced )))) + (`` (|> typed_object (,, (template.spliced )))) _)] @@ -326,7 +326,7 @@ (-> (Array java/lang/Object) org/jruby/runtime/builtin/IRubyObject) (-> java/lang/Object org/jruby/runtime/builtin/IRubyObject)) (function (again value) - (`` (<| (~~ (with_template [ ] + (`` (<| (,, (with_template [ ] [(case (ffi.as value) {.#Some value} (|> value -- cgit v1.2.3