Closed zaxebo1 closed 2 years ago
Just like lua has its own REPL(read-eval-print-loop), as in example below:
bash% lua Lua 5.4.2 Copyright (C) 1994-2020 Lua.org, PUC-Rio
print("hi") hi function f1(x) print("hi") end f1() hi
print("hi") hi
function f1(x)
print("hi") end
f1() hi
In the same way kindly please implement REPL for erde
Already planned for the future! 🎉
closed by https://github.com/erde-lang/erde/pull/3
Just like lua has its own REPL(read-eval-print-loop), as in example below:
bash% lua Lua 5.4.2 Copyright (C) 1994-2020 Lua.org, PUC-Rio
In the same way kindly please implement REPL for erde