https://github.com/sebastianconcept/pharogohashmap
Pharo bindings for the HashMap in Go
https://github.com/sebastianconcept/pharogohashmap
golang hashmap pharo smalltalk
Last synced: 2 months ago
JSON representation
Pharo bindings for the HashMap in Go
- Host: GitHub
- URL: https://github.com/sebastianconcept/pharogohashmap
- Owner: sebastianconcept
- License: mit
- Created: 2022-06-13T18:48:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T16:50:00.000Z (about 4 years ago)
- Last Synced: 2025-08-03T13:30:18.289Z (11 months ago)
- Topics: golang, hashmap, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PharoGoHashMap
## Load
```Smalltalk
Metacello new
baseline: 'GoHashMap';
repository: 'github://sebastianconcept/PharoGoHashMap/src';
load.
```
## Dependency
This Pharo feature depends on:
https://github.com/sebastianconcept/GoHashMap