{"id":15637843,"url":"https://github.com/macournoyer/min","last_synced_at":"2025-04-30T06:27:39.656Z","repository":{"id":472349,"uuid":"97394","full_name":"macournoyer/min","owner":"macournoyer","description":"The Min language","archived":false,"fork":false,"pushed_at":"2014-07-18T14:58:24.000Z","size":1620,"stargazers_count":102,"open_issues_count":0,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-25T06:09:25.998Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macournoyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-12-28T06:56:31.000Z","updated_at":"2024-03-13T14:14:41.000Z","dependencies_parsed_at":"2022-07-14T14:00:48.444Z","dependency_job_id":null,"html_url":"https://github.com/macournoyer/min","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macournoyer%2Fmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macournoyer%2Fmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macournoyer%2Fmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macournoyer%2Fmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macournoyer","download_url":"https://codeload.github.com/macournoyer/min/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251653325,"owners_count":21622109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T11:13:04.526Z","updated_at":"2025-04-30T06:27:39.636Z","avatar_url":"https://github.com/macournoyer.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# THE MIN LANGUAGE\n\nMin is a Prototype-based language with syntax inspired by Io and Ruby, topped\nwith Python's indentation (but only when you want to). It's aimed at being the\nmost readable and powerful language ever, really!\nOh, and not too slow (running on the JVM).\n\n\n```\n\n  Min = Io clone do:\n    you_can indent to(\"create blocks\")\n    you_can indent\n            to(\"split a message chain in several lines\")\n    \n    initialize = method:\n      @it = \"rly looks like Ruby\"\n      @but = \"with lots of Io flavor\"\n      \n    if(indentation == confusing?(\"sometimes\"),\n      use () like in(Io)\n    )\n```\n\n## Philosophies\n* Everything is an object.\n* Everything is a message, no special magic statements (if, def, while, +, \u0026\u0026).\n* As little parenthesis as possible.\n* Most of the core is open.\n* As close to English as possible.\n\n## Features\n* Running on the JVM\n* Indentation is an option\n* Ruby-like syntax\n* More to come...\n\n## License\nMIT License, (c) macournoyer\n\n## Status on travis-ci.org\n[![Build Status](https://travis-ci.org/ker2x/min.svg?branch=master)](https://travis-ci.org/ker2x/min)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacournoyer%2Fmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacournoyer%2Fmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacournoyer%2Fmin/lists"}