Skip to content

Commit

Permalink
Update planing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
refaktor authored Mar 7, 2024
1 parent f496f83 commit d7c0aa0
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion planing.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,41 @@ something like middot or a newline like character. Or / and it could look for op

## For 0.0.17

### Web shell - make complete
### Rye evaluator EvalExpr improvements

Go over the various EvaluateExp functions and solve some confusion around them and .with { x , y } command

### Rye evaluator profiling

Check what pops up of we profile a fibonnaci or a game of life example

### Spreadsheet improvements

Join two spreadsheets, do where with a regexp, regexp split into new columns or spreadsheet.

### Web console - make complete

Try to make behaviour as complete as possible. Paste into shell doesn't work, Some key combinations (ctrl-d, ...) , sole keys (pageup, pagedown). Test and list here:

### Save and load history

Save / edit with emacs / load back

### Command inline mode

Maybe finally redo these flag handling and commands with a propper library

```
rye cont --inline init # continues the shell and runs init function
rye . --inline init # runs main.rye and function init
rye --inline print 123 + 123
```
### Command interactive mode

Load and do file and go to console after it (line cont, but any file, not saved state)

## Random ideas

### ~~Smart history v01 (just ideas)~~

Just very rough idea
Expand Down

0 comments on commit d7c0aa0

Please sign in to comment.