From 73f1bfda4875053496c7f3d06a3c15b311bed077 Mon Sep 17 00:00:00 2001 From: "Vanya A. Sergeev" Date: Mon, 2 Dec 2019 23:08:34 -0600 Subject: [PATCH] docs: add mention of lua-repl to development tips in creating blocks --- docs/3.creating-blocks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/3.creating-blocks.md b/docs/3.creating-blocks.md index 979d4a32d..57901dfce 100644 --- a/docs/3.creating-blocks.md +++ b/docs/3.creating-blocks.md @@ -1317,6 +1317,8 @@ using Torch's [trepl](https://github.com/torch/trepl) for prototyping, available in [LuaRocks](https://luarocks.org/modules/vsergeev/trepl-torchless). It supports table dumping, pretty printing, tab completion, and line history. +Another alternative is [lua-repl](https://github.com/hoelzro/lua-repl). + #### Prototyping For some blocks, it may be more productive to prototype signal processing