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
- Host: GitHub
- URL: https://github.com/athos/go-playground
- Owner: athos
- License: mit
- Created: 2021-05-05T15:12:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T14:06:31.000Z (over 4 years ago)
- Last Synced: 2025-03-01T09:30:16.116Z (11 months ago)
- Language: Go
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-playground
[](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.