Better supercollder vim plugin
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 14
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Code is eval'd on stdlin of the sclang executable. Need to send a \v (form feed) to trigger evaluation of a chunk.
https://github.com/crucialfelix/supercolliderjs/blob/2e7c2b4819cd19346656755d1cf37bf6cea37d04/packages/lang/src/sclang.ts#L360-L363
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the referenced packages/lang/src/sclang.ts#L360-L363 implementation and how the sclang executable receives code on stdin. Verify how the Vim plugin currently sends evaluation requests; done means sending \v so a selected chunk is evaluated by sclang.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vim
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100