{"id":16031884,"url":"https://github.com/dckc/mtpony","last_synced_at":"2026-01-18T03:20:08.543Z","repository":{"id":136541199,"uuid":"55280607","full_name":"dckc/mtpony","owner":"dckc","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-20T05:29:02.000Z","size":118,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"golang","last_synced_at":"2025-10-12T10:50:35.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dckc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-02T06:08:41.000Z","updated_at":"2017-05-29T02:55:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c86fd0e-5c82-49ed-9f11-4d5e3481b12c","html_url":"https://github.com/dckc/mtpony","commit_stats":{"total_commits":56,"total_committers":2,"mean_commits":28.0,"dds":"0.017857142857142905","last_synced_commit":"5447b111718996245a952b00a0edd4c555225001"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dckc/mtpony","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dckc%2Fmtpony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dckc%2Fmtpony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dckc%2Fmtpony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dckc%2Fmtpony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dckc","download_url":"https://codeload.github.com/dckc/mtpony/tar.gz/refs/heads/golang","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dckc%2Fmtpony/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28528036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08T21:06:51.380Z","updated_at":"2026-01-18T03:20:08.515Z","avatar_url":"https://github.com/dckc.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Monte interpreter in Go\n\n## Motivation: performance\n\nThe current goal is to run the `brot.mt` benchmark.\n\n## Current Status: import complex, export brotCount\n\n```\n$ go test -run ExampleModule\n\n2017/11/19 16:56:52 MCall: \u003c_\u003e.run([\u003cpackage\u003e] [])\n2017/11/19 16:56:52 WARNING! method guard not implemented: Map.get(Str, DeepFrozen)\n2017/11/19 16:56:52 MCall: \u003cpackage\u003e.import([\"lib/complex\"] [])\n2017/11/19 16:56:52 import: \"lib/complex\"\n2017/11/19 16:56:52 WARNING! implements not implemented: [Complex]\n2017/11/19 16:56:52 MCall: \u003c_\u003e.dependencies([] [])\n2017/11/19 16:56:52 WARNING! method guard not implemented: List.get(Str)\n2017/11/19 16:56:52 MCall: _makeList.run([] [])\n2017/11/19 16:56:52 deps: []\n2017/11/19 16:56:52 MCall: \u003c_\u003e.run([\u003cpackage\u003e] [])\n2017/11/19 16:56:52 WARNING! method guard not implemented: Map.get(Str, DeepFrozen)\n2017/11/19 16:56:52 MCall: \u003ccontext of @@...\u003e.getFQNPrefix([] [])\n2017/11/19 16:56:52 WARNING! getFQNPrefix not implemented for meta.context()\n2017/11/19 16:56:52 MCall: \"@@prefix\".add([\"Complex_T\"] [])\n2017/11/19 16:56:52 MCall: _makeList.run([] [])\n2017/11/19 16:56:52 MCall: _makeList.run([] [])\n2017/11/19 16:56:52 MCall: _makeList.run([] [])\n2017/11/19 16:56:52 MCall: \u0026{_makeMessageDesc}.run([null \"real\" [] Double] [])\n2017/11/19 16:56:52 WARNING! stub: _makeMessageDesc\n2017/11/19 16:56:52 MCall: _makeList.run([] [])\n2017/11/19 16:56:52 MCall: \u0026{_makeMessageDesc}.run([null \"imag\" [] Double] [])\n2017/11/19 16:56:52 WARNING! stub: _makeMessageDesc\n2017/11/19 16:56:52 MCall: _makeList.run([] [])\n2017/11/19 16:56:52 MCall: \u0026{_makeMessageDesc}.run([null \"abs\" [] Double] [])\n2017/11/19 16:56:52 WARNING! stub: _makeMessageDesc\n2017/11/19 16:56:52 MCall: \u0026{_makeParamDesc}.run([\"other\" Any] [])\n2017/11/19 16:56:52 WARNING! stub: _makeParamDesc\n2017/11/19 16:56:52 MCall: _makeList.run([\"_makeParamDesc\"] [])\n2017/11/19 16:56:52 MCall: \u0026{_makeMessageDesc}.run([null \"add\" [\"_makeParamDesc\"] Any] [])\n2017/11/19 16:56:52 WARNING! stub: _makeMessageDesc\n2017/11/19 16:56:52 MCall: \u0026{_makeParamDesc}.run([\"other\" Any] [])\n2017/11/19 16:56:52 WARNING! stub: _makeParamDesc\n2017/11/19 16:56:52 MCall: _makeList.run([\"_makeParamDesc\"] [])\n2017/11/19 16:56:52 MCall: \u0026{_makeMessageDesc}.run([null \"multiply\" [\"_makeParamDesc\"] Any] [])\n2017/11/19 16:56:52 WARNING! stub: _makeMessageDesc\n2017/11/19 16:56:52 MCall: \u0026{_makeParamDesc}.run([\"other\" Any] [])\n2017/11/19 16:56:52 WARNING! stub: _makeParamDesc\n2017/11/19 16:56:52 MCall: _makeList.run([\"_makeParamDesc\"] [])\n2017/11/19 16:56:52 MCall: \u0026{_makeMessageDesc}.run([null \"subtract\" [\"_makeParamDesc\"] Any] [])\n2017/11/19 16:56:52 WARNING! stub: _makeMessageDesc\n2017/11/19 16:56:52 MCall: _makeList.run([\"_makeMessageDesc\" \"_makeMessageDesc\" \"_makeMessageDesc\" \"_makeMessageDesc\" \"_makeMessageDesc\" \"_makeMessageDesc\"] [])\n2017/11/19 16:56:52 MCall: \u0026{_makeProtocolDesc}.run([\"Complex numbers in ℂ.\" \"@@prefixComplex_T\" [] [] [\"_makeMessageDesc\", \"_makeMessageDesc\", \"_makeMessageDesc\", \"_makeMessageDesc\", \"_makeMessageDesc\", \"_makeMessageDesc\"]] [])\n2017/11/19 16:56:52 WARNING! stub: _makeProtocolDesc\n2017/11/19 16:56:52 WARNING! TODO guard checking: \"_makeProtocolDesc\": DeepFrozen\n2017/11/19 16:56:52 MCall: _makeList.run([\"Complex\" \"_makeProtocolDesc\"] [])\n2017/11/19 16:56:52 MCall: _makeList.run([\"makeComplex\" \u003cmakeComplex\u003e] [])\n2017/11/19 16:56:52 MCall: _makeList.run([[\"Complex\", \"_makeProtocolDesc\"] [\"makeComplex\", \u003cmakeComplex\u003e]] [])\n2017/11/19 16:56:52 MCall: _makeMap.fromPairs([[[\"Complex\", \"_makeProtocolDesc\"], [\"makeComplex\", \u003cmakeComplex\u003e]]] [])\n2017/11/19 16:56:52 MCall: _mapExtract.run([\"makeComplex\"] [])\n2017/11/19 16:56:52 MCall: _mapExtract(\"makeComplex\").run([[\"Complex\" =\u003e \"_makeProtocolDesc\", \"makeComplex\" =\u003e \u003cmakeComplex\u003e] throw] [])\n2017/11/19 16:56:52 WARNING! TODO guard checking: \u003cmakeComplex\u003e: DeepFrozen\n2017/11/19 16:56:52 WARNING! TODO guard checking: 170: Int\n2017/11/19 16:56:52 MCall: _makeList.run([\"brotCount\" \u003cbrotCount\u003e] [])\n2017/11/19 16:56:52 MCall: _makeList.run([[\"brotCount\", \u003cbrotCount\u003e]] [])\n2017/11/19 16:56:52 MCall: _makeMap.fromPairs([[[\"brotCount\", \u003cbrotCount\u003e]]] [])\nPASS\nok  \t_/home/connolly/projects/mtpony\t0.003s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdckc%2Fmtpony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdckc%2Fmtpony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdckc%2Fmtpony/lists"}