# amethyst **Repository Path**: mirrors_rdp/amethyst ## Basic Information - **Project Name**: amethyst - **Description**: ruby with java-like speed [experimental] - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Some experiments with speed timing of using basically generic public Object my_method(Object arg1, Object arg2) { } but written so that it looks like standard ruby (via mirah for the hard lifting, and a mirah stdlib to mimic ruby). Suggestions/feedback welcome!