-
Notifications
You must be signed in to change notification settings - Fork 6
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
Blocks to LISP-y code to Blocks #1518
Conversation
@brollb Can you take a look at this? It's a little messy, but it seems like it's working alright. |
Also, a thought, it doesn't need to be merged, these changes might make much more sense as an extension if we have no intent to reimplement native blocks this way. The use case of feeding the code into an LLM would likely be done through an extension anyways. |
There is now a "Blocks to Code to Blocks" extension which includes some of this functionality (including the ability to output a full project as Lisp-y code). |
Closed, if the native functionality is ported, it will be part of a larger update, for now the extension is a better way to implement it. |
Porting over the Snap v10 changes that enable this