plts

From Esolang
Jump to navigation Jump to search

plts (programming language that sucks) is a stack-based programming language.

Commands

  • ?[letter]: push letter to the end of the stack
  • %[letter]: push letter to the beginning of the stack
  • &: prints last item of stack
  • $: prints first item of stack
  • #: prints stack
  • @: prints stack but reversed
  • <: removes first item of stack
  • >: removes last item of stack

Installation

  1. Download Python 3.9
  2. Download the 'main.py' file from the github repository
  3. Run python3 [main.py file path] [(optional)code file path]

Hello world! program

?H?e?l?l?o? ?w?o?r?l?d?!#