Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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