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

https://github.com/athos/go-playground

A collection of my toy projects to learn Go programming language
https://github.com/athos/go-playground

Last synced: 7 months ago
JSON representation

A collection of my toy projects to learn Go programming language

Awesome Lists containing this project

README

          

# go-playground
[![build](https://github.com/athos/go-playground/actions/workflows/build.yml/badge.svg)](https://github.com/athos/go-playground/actions/workflows/build.yml)

This repository contains a collection of my toy projects to learn Go programming language. It's **NOT** related to the official [Go Playground](https://play.golang.org/) at all.

## Projects

- [`reversi`](./reversi): An implementation of the board game Reversi
- [`lisp`](./lisp): Simple SECD-based Lisp interpreter

## License

Copyright (c) 2021 Shogo Ohta

Distributed under the MIT License. See LICENSE for more details.