Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianconcept/pharogohashmap
Pharo bindings for the HashMap in Go
https://github.com/sebastianconcept/pharogohashmap
golang hashmap pharo smalltalk
Last synced: 15 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T16:50:00.000Z (over 2 years ago)
- Last Synced: 2024-12-18T21:16:40.744Z (about 1 month 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