Skip to content

Files

Latest commit

1d5ad00 · Dec 25, 2022

History

History
18 lines (11 loc) · 487 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 487 Bytes

Golfscript

This is a Golfscript interpreter written in C#.

About Golfscript

GolfScript is a stack oriented esoteric programming language aimed at solving problems (holes) in as few keystrokes as possible. It also aims to be simple and easy to write.

Golfscript's official website.

Requirements

.NET 6 or newer.

Running from source

Open a terminal at the root of the repo and run:

dotnet run -c Release --project Project