{"id":23459606,"url":"https://github.com/d-led/htm.pony","last_synced_at":"2026-01-21T22:31:57.635Z","repository":{"id":146619895,"uuid":"155120183","full_name":"d-led/htm.pony","owner":"d-led","description":"an HTM experiment in Pony based on the Go implementation https://github.com/htm-community/htm/","archived":false,"fork":false,"pushed_at":"2022-02-27T18:25:39.000Z","size":95,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T23:40:42.925Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Pony","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d-led.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2018-10-28T22:04:10.000Z","updated_at":"2022-02-27T18:25:43.000Z","dependencies_parsed_at":"2023-04-11T05:02:05.309Z","dependency_job_id":null,"html_url":"https://github.com/d-led/htm.pony","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/d-led/htm.pony","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fhtm.pony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fhtm.pony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fhtm.pony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fhtm.pony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d-led","download_url":"https://codeload.github.com/d-led/htm.pony/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fhtm.pony/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28645549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-12-24T06:16:02.423Z","updated_at":"2026-01-21T22:31:57.630Z","avatar_url":"https://github.com/d-led.png","language":"Pony","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTM.Pony\n\n[![Build Status](https://travis-ci.org/d-led/htm.pony.svg?branch=master)](https://travis-ci.org/d-led/htm.pony)\n\n- Status: a small experiment, work in progress\n- based off the [Go implementation: https://github.com/htm-community/htm](https://github.com/htm-community/htm) (MIT License)\n- no direct dependency on other implementations\n\n## Rough Plan\n\n- Start with porting the [Go version](https://github.com/htm-community/htm) to Pony using classes at first\n- Once an opportunity arises to parallelize, start experimenting with actors \u0026 benchmark\n- When the Temporal Pooler is ported, align the implementation with the latest NuPIC/htm.java details\n- No attempt at proactive refactoring is made at the moment. When a rough [working](https://twitter.com/kentbeck/status/459707016387108864) version is made, it might make sense to reimplement whole classes/actors\n- Error handling is ad hoc currently, and will need to be designed once there is a high level executable that uses the library. Trade-offs: [errors, logging \u0026 partial functions](https://tutorial.ponylang.io/expressions/exceptions.html) vs explicit [union return types](https://tutorial.ponylang.io/types/type-expressions.html)\n- continue\n\n## Contributing\n\n- Open or take an issue for the next small problem to solve, and open a PR if there's some code to be merged\n- If there are tests and these pass in CI, the maintainers should merge the PR into master\n- After a successful PR, the contributor may become a maintainer if so desired\n- Should merge conflicts arise, the master will be protected, all work will be done via PRs\n- Long-lived branches are to be avoided. All progress should go into the master branch as soon as the tests are green\n- If there's significant traction, we'll switch to the [ZeroMQ](https://github.com/zeromq/czmq/blob/master/CONTRIBUTING.md) process [C4](https://rfc.zeromq.org/spec:22/C4/) and a protected master\n\n### Getting Started with Pony\n\n- see [ponyc Readme](https://github.com/ponylang/ponyc#windows-using-zip-via-bintray)\n\n### Current Maintainers\n\n- [Dmitry Ledentsov/d-led](https://github.com/d-led)\n\n## Progress\n\n- Sparse Binary Matrix, Dense Binary Matrix: Go tests translated \u0026 running. Untested Go code left for later\n- Initial implementation ready: Scalar Encoder (#1)\n- Next: Date Encoder (#2), any other chunk with minimal dependencies\n\n## Developing\n\n- [Install Ponyc](https://github.com/ponylang/ponyc/blob/master/README.md#installation)\n- Compilation: `ponyc` from the test folder produces the test executable\n\n## Dependencies\n\n- date/time construction: [slayful/sagittarius](https://github.com/slayful/sagittarius) (license yet unspecified)\n\n## License\n\n- See [LICENSE](LICENSE)\n- See also, [Numenta Licenses](https://numenta.org/licenses/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-led%2Fhtm.pony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-led%2Fhtm.pony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-led%2Fhtm.pony/lists"}