[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Announcing interactive REPL for TCC. It's RAD.
From: |
Henry Kroll |
Subject: |
Re: [Tinycc-devel] Announcing interactive REPL for TCC. It's RAD. |
Date: |
Sat, 22 Apr 2023 00:54:35 -0800 |
User-agent: |
Evolution 3.46.4 (3.46.4-1.fc37) |
On Sat, 2023-04-22 at 10:07 +0200, Jona Ekenberg wrote:
> Cool! How does it massage to interact with the local scope? Does it
> rerun all code inserted since the start each time?
>
Sorry for the autoreplies. I had to get with the hosting provider to
get that fixed.
Yes. Looking at the python code, it does run the [entire, current]
block of code each time. But it filters the output so it only prints
new output. You can get a full code listing by typing .L or undo the
last line with .u or press up-arrow to re-enter previous lines of code.