Solod는 Go 언어의 부분집합으로 설계된 시스템 언어입니다.
Solod는 C·Go 개발자를 위한 시스템 언어로, Go 언어의 부분집합으로 설계되었습니다. 이 언어는 구문 강조, LSP, 린터, 패키지 관리와 같은 기존 Go 도구 체계를 활용합니다. 전용 so 도구를 통해 지원하지 않는 문법도 추가적으로 검사할 수 있어 개발자에게 유용합니다.
Solod is a system language designed as a subset of Go.
Solod is a system language aimed at C and Go developers, designed as a subset of the Go language. It leverages existing Go toolchains, including syntax highlighting, LSP, linters, and package management. Additionally, it introduces checks for syntaxes not supported by the dedicated so tool, making it beneficial for developers.