JuliaLang / julia

The Julia Programming Language
https://julialang.org/
MIT License
44.95k stars 5.42k forks source link

Reverse REPL #53603

Open BeastyBlacksmith opened 4 months ago

BeastyBlacksmith commented 4 months ago

Currently the latest command is at the bottom of the terminal (like in most terminal emulators).

But for teaching that is reather unpleasent, since the most important part is at the bottom of the screen.

I looked around for a while and found that the only terminal emulator that supports reverse order is warp, which I don't wat to really use and apart from that, even when I use it and start the julia REPL that will have the top to bottom behaviour even in the warp reverse mode.

To me as a layman it doesn't sound to complicated to have a command line flag like julia -r which will start a julia REPL in "reverse mode". But probably the devil is in the detail here.

inkydragon commented 3 months ago

Maybe add key shortcuts to a jupyter notebook or do some hacks

https://stackoverflow.com/questions/45602293/jupyter-notebook-new-cell-in-reversed-order