I'd like to inquire about the future evolution plans for AlphaCodium #36
Unanswered
zte-yangjizhe
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to inquire about the future evolution plans for AlphaCodium.
Currently, AlphaCodium seems quite practical for programming competition algorithms. However, for more complex business requirements that necessitate supporting various programming languages, as well as business logic that needs to interact with third-party services or data, will there be support in the future?
I have an idea regarding support for different programming languages: a design approach for dynamically executing Go code in Python.
Step one: Go code compilation - Compile the code using a Go Docker container to generate a Go binary file.
Step two: Copy the compiled code out of the container into a Python virtual environment.
Step three: Go code testing and verification - Run test cases in Python by invoking the compiled Go binary file through system commands.
Beta Was this translation helpful? Give feedback.
All reactions