Skip to content

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.

3 participants