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

Improve RoboScape library somewhat #133

Open
gsteinLTU opened this issue Jun 1, 2023 · 0 comments
Open

Improve RoboScape library somewhat #133

gsteinLTU opened this issue Jun 1, 2023 · 0 comments

Comments

@gsteinLTU
Copy link
Member

libs/roboscape.xml should really use typing on the key inputs. The "encrypt" block's key should be a number, and the "encrypt++" block should use a list. "encrypt" doesn't throw an error when it gets the wrong type like "encrypt++" does, but that may be worse.

It also has "empty?", map, and ternary blocks that have built-in equivalents now, and a weird string comparison block that returns false for short strings. I'm not sure if any of our lessons use these. The "join words"/"list to word/sentence" might also need to be moved somewhere else.

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

No branches or pull requests

1 participant