Pari/GP: how do you use it?

469 Views Asked by At

I noticed that using Pari/GP in console mode is not very convenient in Windows:

enter image description here

  • when using arrow keys, there is a long lag to see the cursor
  • the key Home doesn't work, so it's not handy to move quickly inside a line of code.
  • more generally using a notepad would be more handy

Question: is there a way to use Pari/GP in Windows, like R's default GUI, i.e. with script on the left / console on the right, and use something like CTRL+R to copy to console & run the current line of the script?

enter image description here


I just noticed Sublime Text editor has a plugin REPL that can open an interpreter inside Sublime. Sadly Pari/GP seems not supported yet.

enter image description here