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

Load script in README #3

Open
seandenigris opened this issue Jan 2, 2020 · 0 comments
Open

Load script in README #3

seandenigris opened this issue Jan 2, 2020 · 0 comments

Comments

@seandenigris
Copy link
Contributor

The current script is very cool!

That said, it may throw seasoned Pharo-ers of because the style is so unusual. I assume it's a functional style? IMHO it may be better to show that off elsewhere giving the context to understand what the point is. A more traditional script would be:

Metacello new
	baseline: 'SmalltalkVimMode';
	repository: 'github://unchartedworks/SmalltalkVimMode';
	onConflict: [ :ex | ex allow ];
	load.

NB: also notice that #get isn't needed because it's included in #load

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