diff options
author | Eduardo Julián | 2018-12-04 19:06:25 -0400 |
---|---|---|
committer | GitHub | 2018-12-04 19:06:25 -0400 |
commit | ccdac3e7ae689cfe9f8fe2211527ec37023a2a34 (patch) | |
tree | 2214cb408f1604327f04ae4e47bcd8a28571efcb /new-luxc/source/luxc/lang/translation/r.lux | |
parent | 3da30aff80bc8c80e090574887a58c6015ceb694 (diff) | |
parent | e83a0e85f02ad90bf31cb0f15a2f4d00e7940e5e (diff) |
Merge pull request #48 from LuxLang/relicensing
Relicensing
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/r.lux | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/new-luxc/source/luxc/lang/translation/r.lux b/new-luxc/source/luxc/lang/translation/r.lux index 7dc84700f..a013bfd1c 100644 --- a/new-luxc/source/luxc/lang/translation/r.lux +++ b/new-luxc/source/luxc/lang/translation/r.lux @@ -48,9 +48,6 @@ (host.import: javax/script/ScriptEngineFactory (getScriptEngine [] ScriptEngine)) -(host.import: org/renjin/script/RenjinScriptEngineFactory - (new [])) - (type: #export Anchor [Text Register]) (type: #export Host @@ -63,7 +60,7 @@ (def: #export init (IO Host) - (io (let [interpreter (|> (RenjinScriptEngineFactory::new []) + (io (let [interpreter (|> (undefined) (ScriptEngineFactory::getScriptEngine []))] {#context ["" +0] #anchor #.None |