Merge and modernize multi-language eggs (CMake, Kotlin, Python uv support, Java updates)#14
Open
itzzjustmateo wants to merge 12 commits into
Open
Merge and modernize multi-language eggs (CMake, Kotlin, Python uv support, Java updates)#14itzzjustmateo wants to merge 12 commits into
itzzjustmateo wants to merge 12 commits into
Conversation
Updated Python egg configuration with new metadata and improved installation script.
Updated the egg configuration to use a CMake-based build system for C, C++, and C# projects. Modified metadata, startup commands, and installation scripts accordingly.
Updated README to include CMake support for C, C++, and C# projects, along with configuration and startup detection details.
Extended the egg configuration to support Java version selection, Gradle/Maven build processes, and added Java 25 runtime support. Updated metadata and startup scripts accordingly.
Added a production-grade Kotlin runtime configuration with version switching, Gradle/Maven support, and script execution capabilities.
fixed my misstake I made in the web
Updated language sections in README to provide more detailed descriptions and correct links.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR consolidates and modernizes several language eggs to improve consistency, maintainability, and support for newer tooling across the repository.
Summary of changes
CMake egg (replaces C# egg)
Kotlin egg (new)
Introduced a new Kotlin runtime egg from scratch
Supports:
.kt)Designed for JVM-based Kotlin workloads with proper toolchain handling
Python egg update
Java ecosystem notes
Notes
Resolves
This PR resolves #10
This PR also resolves #7