gap-packages / JupyterKernel

Native Jupyter kernel for GAP
https://gap-packages.github.io/JupyterKernel/
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

Make "In" and "Out" GAP accessible #91

Open stevelinton opened 5 years ago

stevelinton commented 5 years ago

The notebook makes it look like In and Out are GAP lists. Why not let them be? The simplest solution would be to make them strings. A more ambitious solution would be to make Out accessible as GAP objects where it makes sense, and perhaps make In accessible as "thunks" (functions of no arguments).