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

Add unreadable-objects survey #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add unreadable-objects survey #44

wants to merge 2 commits into from

Conversation

lassik
Copy link
Member

@lassik lassik commented May 14, 2023

No description provided.

@lassik lassik requested a review from jpellegrini May 14, 2023 11:19
| MIT Scheme | `#[...]` | no |
| Mosh | `#<...>` | no |
| Sagittarius | `#<...>` | no |
| STklos | `#[...]` | YES? |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, now I see what skippable means!
But... What was the experiment used to conclude that #[...] is skippable in STklos? It does't seem to be:

stklos> display
#[primitive display]
stklos> #[primitive display]
**** Error:
%read: bad sharp syntax in `"#"'
	(type ",help" for more information)
**** Error:
%execute: symbol `primitive' unbound in module `stklos'
	(type ",help" for more information)
stklos> (read-from-string  "#[primitive display]")
**** Error:
read: bad sharp syntax in `"#"'

And from what I remember from the reader code, it's not...

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.

2 participants