Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support History on REPL #2

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

amiremohamadi
Copy link
Contributor

support hitory on REPL, so the user does not have to retype again and again the same things, but can use down/up arrows in order to search and re-edit already inserted lines of text.

support hitory on REPL, so the user does not have to retype again and
again the same things, but can use down/up arrows in order to search and
re-edit already inserted lines of text.
@amiremohamadi
Copy link
Contributor Author

also it would be nice to remove Cargo.lock from .gitignore, as rust documents encourage to commit Cargo.lock into repository [link]

@amiremohamadi
Copy link
Contributor Author

all in all, I really liked the idea and syntax! really creative and fun. appreciate your efforts 🍻

@amiremohamadi
Copy link
Contributor Author

it would be fun to add its benchmarks on your other repo (language_performance_prime_algorithm) and see the results :D

@ali77gh ali77gh merged commit 389ff85 into ali77gh:stable Oct 6, 2023
1 check passed
@ali77gh
Copy link
Owner

ali77gh commented Oct 6, 2023

support hitory on REPL, so the user does not have to retype again and again the same things, but can use down/up arrows in order to search and re-edit already inserted lines of text.

Thanks a lot for your contribution. left and right cursor movement is also fixed.

@ali77gh
Copy link
Owner

ali77gh commented Oct 6, 2023

also it would be nice to remove Cargo.lock from .gitignore, as rust documents encourage to commit Cargo.lock into repository [link]

bdfe2b3 fixed

@ali77gh
Copy link
Owner

ali77gh commented Oct 6, 2023

it would be fun to add its benchmarks on your other repo (language_performance_prime_algorithm) and see the results :D

Chap is added: link
Its 12 times slower than python.

There are many performance Issues in chap and i'm planning performance improvement for 3.0.0 after my 2.0.0 TODOs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants