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

VSCode Plugin #36

Open
5 tasks
ngsankha opened this issue May 30, 2022 · 1 comment
Open
5 tasks

VSCode Plugin #36

ngsankha opened this issue May 30, 2022 · 1 comment

Comments

@ngsankha
Copy link
Owner

RbSyn is non-interactive at the moment---there are specs and then the synthesizer finds some code that satisfies it without any further human input. However, the core of RbSyn supports partial programs in the form of holes, but that functionality is not exposed anywhere. A VSCode plugin will be the best way to write programs (partial/full) and let RbSyn do the completion. This involves the following steps:

  • Add surface syntax support to write type and/or effect holes
  • Investigate possible ways to integrate type inference of the holes so that types need not be written at the holes
  • Refactor RbSyn core into a background server that searches for program candidates
  • A VSCode plugin that takes the surface syntax passes that to a server and displays possible solutions
  • Investigate with a user study if program synthesis with a human in the loop actually aids in faster and correct programming?
@ngsankha
Copy link
Owner Author

#26 describes a better DSL for tests, which might be helpful for users who do not want to learn the pre/post syntax of RbSyn.

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