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

SudoLang #151

Open
GabCores opened this issue Jul 26, 2023 · 1 comment
Open

SudoLang #151

GabCores opened this issue Jul 26, 2023 · 1 comment

Comments

@GabCores
Copy link

Hi there !. May Sudolang be taken as a design template for structural modifications of this product ?
I see some points in common
https://github.com/paralleldrive/sudolang-llm-support/blob/main/sudolang.sudo.md

@dfellis
Copy link
Member

dfellis commented Jul 26, 2023

Not really? SudoLang appears to be a structured language to control the output of the LLM. It treats the LLM as the runtime environment for it's code.

Marsha is intended to generate code using a less traditional "Even higher level" syntax to do so, treating the LLM as a compiler.

They operate with different abstractions and different goals (we run multiple iterations with the LLM and generate a few source files, SudoLang probably does a single LLM call and outputs into a program it is embedded into).

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

2 participants