john2exonets / Stack-Golang

The obligatory Stack repo. Every new programming language I learn, this is almost always my first module I create....and since I am an old Forth programmer, my stack module is a lot more than just a Push & Pop function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack-Golang

The obligatory Stack repo. Every new programming language I learn, this is almost always my first module I create....and since I am an old Forth programmer, my stack module is a lot more than just a Push & Pop function.

This stack will take in any variable type, as it uses interfaces rather than specific var types.

About

The obligatory Stack repo. Every new programming language I learn, this is almost always my first module I create....and since I am an old Forth programmer, my stack module is a lot more than just a Push & Pop function.

License:MIT License


Languages

Language:Go 100.0%