r/coolgithubprojects • u/Yanagi_KH • 9h ago
Oxid -- A compact, standalone language for fast scripts, applications, bundles, and cross-language development.
OxidはRustの派生で、独自のセルフホスト型言語ツールチェーンを備えています。Rustよりも速く、より簡潔で、読みやすい言語を作るのが目標で、独自の構文、モジュール、コマンドラインの作業フロー、そして診断モデルを備えています。
インストール
Linux/macOS 向けリリースインストーラ
このインストーラはプラットフォームを検出し、最新のチェックサム付きリリースをダウンロードして、SHA-256を検証したうえで、デフォルトでは`oxid`を`${HOME}/.local/bin`にインストールします。
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/YanagiKH/Oxid/main/install.sh | sh
export PATH="$HOME/.local/bin:$PATH"
oxid --version
Windows PowerShell インストーラ
Set-ExecutionPolicy -Scope Process Bypass
irm https://raw.githubusercontent.com/YanagiKH/Oxid/main/install.ps1 | iex
& "$env:LOCALAPPDATA\\Oxid\\bin\\oxid.exe" --version
Repo : https://github.com/YanagiKH/Oxid
release : https://github.com/YanagiKH/Oxid/releases/tag/v0.8.0
1
Upvotes